Skip to content

Commit f5daf2d

Browse files
committed
revert py3.14
1 parent a1b6ace commit f5daf2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
36+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python ${{ matrix.python-version }}

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
36-
"Programming Language :: Python :: 3.14",
3736
"Topic :: Software Development :: Libraries :: Python Modules",
3837
],
3938
)

0 commit comments

Comments
 (0)