Skip to content

Commit 60fc2f9

Browse files
committed
Support Python 3.13
1 parent 5627c28 commit 60fc2f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
"3.10",
2020
"3.11",
2121
"3.12",
22-
"3.13-dev",
22+
"3.13",
2323
"pypy-3.8",
2424
"pypy-3.9",
2525
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
]
2223
description = "Makes it easy to load subpackages and functions on demand."
2324
dependencies = [

0 commit comments

Comments
 (0)