Skip to content

Commit 9b4e8a2

Browse files
authored
python 3.13 support (#6)
1 parent f559154 commit 9b4e8a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "3.10"
3333
- "3.11"
3434
- "3.12"
35+
- "3.13"
3536
steps:
3637
- uses: actions/checkout@v4
3738
- uses: extractions/setup-just@v2

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
15+
"Programming Language :: Python :: 3.13",
1516
"Typing :: Typed",
1617
"Topic :: Software Development :: Libraries",
1718
]

0 commit comments

Comments
 (0)