Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
Removing reference to python 3.12.  Adding it to build matrix caused errors.  More investigation required.
  • Loading branch information
StephenCzarnecki authored Dec 9, 2023
1 parent 91a6827 commit f004182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [windows-2019]
arch: [x86, x64]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# There is documentation here https://github.com/pypa/cibuildwheel/blob/main/docs/cpp_standards.md on how to
# set it but I could not get it to work while using the standard images provided by github actions does work.
os: [macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
env:
SYSTEM_VERSION_COMPAT: 0

Expand Down

0 comments on commit f004182

Please sign in to comment.