Skip to content

Commit

Permalink
add py312
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Jan 26, 2024
1 parent 952db94 commit f248fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f248fc2

Please sign in to comment.