Skip to content

Commit 0e610d6

Browse files
committed
add support for Python 3.14
1 parent 536a5e1 commit 0e610d6

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
py: ['3.10', '3.11', '3.12', '3.13']
18+
py: ['3.10', '3.11', '3.12', '3.13', '3.14']
1919
env:
2020
UV_PYTHON: ${{ matrix.py }}
2121

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132
requires-python = ">=3.10"
3233
dependencies = [

0 commit comments

Comments
 (0)