Skip to content

Commit

Permalink
Merge pull request #392 from mboutet/patch-1
Browse files Browse the repository at this point in the history
chore: Add support for Python 3.12
  • Loading branch information
biojppm authored Nov 12, 2023
2 parents 2cf09b0 + c9f3f53 commit a5eefff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
matrix:
config:
# the 3-digit versions NEED to be quoted to prevent the version being read as float. (!)
- {pythonv: '3.12', cibw_pyv: 312, cibw_arch: x86_64, cibw_platform: manylinux_x86_64, osname: linux, os: ubuntu-20.04}
- {pythonv: '3.12', cibw_pyv: 312, cibw_arch: i686 , cibw_platform: manylinux_i686 , osname: linux, os: ubuntu-20.04}
- {pythonv: '3.11', cibw_pyv: 311, cibw_arch: x86_64, cibw_platform: manylinux_x86_64, osname: linux, os: ubuntu-20.04}
- {pythonv: '3.11', cibw_pyv: 311, cibw_arch: i686 , cibw_platform: manylinux_i686 , osname: linux, os: ubuntu-20.04}
- {pythonv: '3.10', cibw_pyv: 310, cibw_arch: x86_64, cibw_platform: manylinux_x86_64, osname: linux, os: ubuntu-20.04}
Expand Down Expand Up @@ -245,7 +247,7 @@ jobs:
# use fetch-depth to ensure all tags are fetched
- {name: checkout, uses: actions/checkout@v3, with: {submodules: recursive, fetch-depth: 0}}
- name: create wheel
uses: joerick/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.16.2
- name: rename wheelhouse -> dist
run: |
mv -fv wheelhouse dist
Expand Down

0 comments on commit a5eefff

Please sign in to comment.