Skip to content

Commit 4be653d

Browse files
authored
Mark Python 3.13 as officially supported (#1192)
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]>
1 parent 8e6dc1b commit 4be653d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
["3.10", "310"],
5252
["3.11", "311"],
5353
["3.12", "312"],
54-
["3.13.0-a - 3.13", "313"],
54+
["3.13", "313"],
5555
]
5656
os: [ubuntu-latest, macos-latest]
5757
runs-on: ${{ matrix.os }}

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifier =
2222
Programming Language :: Python :: 3.10
2323
Programming Language :: Python :: 3.11
2424
Programming Language :: Python :: 3.12
25+
Programming Language :: Python :: 3.13
2526
Programming Language :: Python :: 3 :: Only
2627
Topic :: Security
2728
project_urls =

0 commit comments

Comments
 (0)