Skip to content

Commit

Permalink
Fixed packaging script to work for Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Nov 11, 2024
1 parent 4a10edc commit 653b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python_version: ["cp310", "cp311", "cp312", "cp13"]
python_version: ["cp310", "cp311", "cp312", "cp313"]

steps:
- name: Download sdist
Expand Down

0 comments on commit 653b66b

Please sign in to comment.