Skip to content

Commit bb7bb79

Browse files
committed
Removed Python 3.14
1 parent 35dca55 commit bb7bb79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.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-
python-version: ["3.11", "3.12", "3.13", "3.14"]
18+
python-version: ["3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def get_latest_git_tag():
6161
"Operating System :: OS Independent",
6262
"Programming Language :: Python :: 3.11",
6363
"Programming Language :: Python :: 3.12",
64-
"Programming Language :: Python :: 3.13",
65-
"Programming Language :: Python :: 3.14"
64+
"Programming Language :: Python :: 3.13"
6665
],
6766
python_requires='>=3.11',
6867
package_dir={package: package_dir},

0 commit comments

Comments
 (0)