Skip to content

Commit

Permalink
Add Python 3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Dec 8, 2023
1 parent 9d5f34e commit cbbd62f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
CIBW_BUILD: cp39-* cp310-* cp311-*
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: >
pytest {project}
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install cibuildwheel
# MAKE SURE THIS STAYS IN SYNC WITH THE LOWER GHA cibuildwheel
run: pipx install cibuildwheel==2.11.4
run: pipx install cibuildwheel==2.16.2
- id: set-matrix
run: |
MATRIX=$(
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Build & (optionally) test wheels
# MAKE SURE THIS STAYS IN SYNC WITH THE UPPER pipx call to cibuildwheel
uses: pypa/cibuildwheel@v2.11.4
uses: pypa/cibuildwheel@v2.16.2
with:
only: ${{ matrix.only }}

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ channels:
- bioconda

dependencies:
- python =3.9
- python =3.10
- setuptools >=30.0
- pip >=10.0
- wheel >=0.30
Expand Down

0 comments on commit cbbd62f

Please sign in to comment.