Skip to content

Commit

Permalink
upgrade to cibuildwheel 2.15.0 for python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pmisik committed Aug 8, 2023
1 parent a9f6161 commit 9ce1afc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.12.1
python -m pip install cibuildwheel==2.15.0
- name: Build wheels
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
1.0.4 (unreleased)
------------------

- Nothing changed yet.
- Compile 3.12 wheels.


1.0.3 (2023-03-30)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2001-2020
Copyright (c) 2001-2023
Allen Short
Amber Hawkie Brown
Andrew Bennetts
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
Expand Down

0 comments on commit 9ce1afc

Please sign in to comment.