diff --git a/.github/workflows/nanopyx_night_mechanic.yml b/.github/workflows/nanopyx_night_mechanic.yml index 3d797e8b..5fa0e856 100644 --- a/.github/workflows/nanopyx_night_mechanic.yml +++ b/.github/workflows/nanopyx_night_mechanic.yml @@ -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 @@ -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 @@ -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"