Skip to content

Commit

Permalink
Mark Python 3.13 as officially supported (#1192)
Browse files Browse the repository at this point in the history
Make Python 3.13 officially support

This change updates the unit testing to only use released
versions of Python 3.13. It also updates the PyPI classifier
to declare 3.13 support.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Oct 21, 2024
1 parent 8e6dc1b commit 4be653d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
["3.10", "310"],
["3.11", "311"],
["3.12", "312"],
["3.13.0-a - 3.13", "313"],
["3.13", "313"],
]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3 :: Only
Topic :: Security
project_urls =
Expand Down

0 comments on commit 4be653d

Please sign in to comment.