We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f559154 commit 9b4e8a2Copy full SHA for 9b4e8a2
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
- "3.10"
33
- "3.11"
34
- "3.12"
35
+ - "3.13"
36
steps:
37
- uses: actions/checkout@v4
38
- uses: extractions/setup-just@v2
pyproject.toml
@@ -12,6 +12,7 @@ classifiers = [
12
"Programming Language :: Python :: 3.10",
13
"Programming Language :: Python :: 3.11",
14
"Programming Language :: Python :: 3.12",
15
+ "Programming Language :: Python :: 3.13",
16
"Typing :: Typed",
17
"Topic :: Software Development :: Libraries",
18
]
0 commit comments