Skip to content

Commit

Permalink
build python 3.12 wheels as well (westpa#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyleung521 authored May 30, 2024
1 parent bb73acf commit 40fe71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-13", "macos-latest"] # macos-13 is x86_64, macos-latest is arm64
python-version: [8, 9, 10, 11] # sub-versions of Python
python-version: [8, 9, 10, 11, 12] # sub-versions of Python
exclude:
- os: macos-14
python-version: 8
Expand Down

0 comments on commit 40fe71e

Please sign in to comment.