Skip to content

Commit

Permalink
Add Python 3.12 (#73)
Browse files Browse the repository at this point in the history
Release of chromo 0.4.2 impy-project/chromo#196
adds Python 3.12 wheels. Because chromo relies on pyhepmc, wheels for
pyhepmc on PyPI are needed.
  • Loading branch information
jncots authored Mar 17, 2024
1 parent e054ca9 commit ded6c43
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 @@ -24,7 +24,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto, aarch64, universal2]
py: [cp38, cp39, cp310, cp311]
py: [cp38, cp39, cp310, cp311, cp312]
exclude:
- os: windows-latest
arch: aarch64
Expand Down

0 comments on commit ded6c43

Please sign in to comment.