Skip to content

Commit fb749a3

Browse files
committed
revert: use Python 3.14 instead of 3.15
1 parent 36d21b7 commit fb749a3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.15"]
19+
python-version: ["3.9", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
2929
"Programming Language :: Python :: 3.14",
30-
"Programming Language :: Python :: 3.15",
3130
]
3231
requires-python = ">=3.9"
3332
dependencies = [

0 commit comments

Comments
 (0)