Skip to content

Commit 8dc4873

Browse files
committed
Revert "chore: add py314"
This reverts commit 236783e.
1 parent 8215ec7 commit 8dc4873

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
UV_CACHE_DIR: /tmp/.uv-cache
2222
strategy:
2323
matrix:
24-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2525

2626
name: check ${{ matrix.python-version }}
2727
steps:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19-
"Programming Language :: Python :: 3.14",
2019
"Programming Language :: Python :: Implementation :: CPython",
21-
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2220
"Framework :: AsyncIO",
2321
]
2422
requires-python = ">=3.10"

0 commit comments

Comments
 (0)