Skip to content

Commit dc15ee1

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Remove unsupported Python version 3.15.0-alpha.1 from CI workflows
1 parent a44cd08 commit dc15ee1

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15.0-alpha.1"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/tests_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15.0-alpha.1"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ classifiers = [
2828
'Programming Language :: Python :: 3.12',
2929
'Programming Language :: Python :: 3.13',
3030
'Programming Language :: Python :: 3.14',
31-
'Programming Language :: Python :: 3.15',
3231
'Programming Language :: Python :: Free Threading',
3332
'Programming Language :: Python :: Free Threading :: 3 - Stable',
3433
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)