We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5627c28 commit 60fc2f9Copy full SHA for 60fc2f9
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
"3.10",
20
"3.11",
21
"3.12",
22
- "3.13-dev",
+ "3.13",
23
"pypy-3.8",
24
"pypy-3.9",
25
]
pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
18
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
description = "Makes it easy to load subpackages and functions on demand."
dependencies = [
0 commit comments