Skip to content

Commit 74841ea

Browse files
committed
Revert "support python 3.14"
This reverts commit 98a28f2.
1 parent 98a28f2 commit 74841ea

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu, macos, windows]
20-
python-version: ["3.11", "3.12", "3.13", "3.14"]
20+
python-version: ["3.11", "3.12", "3.13"]
2121
name: ${{ matrix.os }} - py${{ matrix.python-version }}
2222
runs-on: ${{ matrix.os }}-latest
2323
defaults:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ classifiers = [
5353
'Programming Language :: Python :: 3.11',
5454
'Programming Language :: Python :: 3.12',
5555
'Programming Language :: Python :: 3.13',
56-
'Programming Language :: Python :: 3.14',
5756
]
5857
dependencies = [
5958
'click',

0 commit comments

Comments
 (0)