Skip to content

Commit bc9939a

Browse files
committed
support Python 3.13
1 parent 6722f95 commit bc9939a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
py: ['3.10', '3.11', '3.12']
17+
py: ['3.10', '3.11', '3.12', '3.13']
1818
env:
1919
UV_PYTHON: ${{ matrix.py }}
2020

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930
requires-python = ">=3.10"
3031
dependencies = [

0 commit comments

Comments
 (0)