Skip to content

Commit

Permalink
Build wheels with py3.12 to reduce build time (#33)
Browse files Browse the repository at this point in the history
Build wheels with Py3.12 for speed
  • Loading branch information
cclauss committed Nov 24, 2023
1 parent bb18b75 commit 68d3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Expand Up @@ -16,7 +16,7 @@ on:
- develop

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

jobs:
build-wheels:
Expand Down

0 comments on commit 68d3050

Please sign in to comment.