Skip to content

Commit

Permalink
adding 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Jul 2, 2024
1 parent 5eade33 commit c1bf864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nanopyx_night_mechanic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
3.9
3.10
3.11
3.12
- name: Run Nox Quick-Tests
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
3.9
3.10
3.11
3.12
- name: Run Nox Quick-Tests
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -93,7 +95,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64
CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64 cp312-macosx_arm64
CIBW_ARCHS: arm64
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down

0 comments on commit c1bf864

Please sign in to comment.