Skip to content

Commit

Permalink
update cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 16, 2024
1 parent 448141d commit 849f282
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ conda:
build_config: |
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: python .github/adjust_version.py --release

- name: Build wheels
uses: pypa/cibuildwheel@v2.10.0
uses: pypa/cibuildwheel@v2.16.5
env: ${{ matrix.cfg.env }}

- uses: actions/upload-artifact@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## clingo 5.7.1

* fix comparison of theory elements (#485)
* fix manifest (#484)
* update cibw to also produce Python 3.12 wheels

## clingo 5.7.0

* add AST node for comments (#417)
Expand Down

0 comments on commit 849f282

Please sign in to comment.