Skip to content

Commit c8201ba

Browse files
committed
Remove 3.15
1 parent d67b2a3 commit c8201ba

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
25+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2626
name: Build on ${{ matrix.os }} with Python ${{ matrix.python-version }}
2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
23+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2424
name: Lint with ruff (Python ${{ matrix.python-version }})
2525
steps:
2626
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
47+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
4848
name: Lint with pylint (Python ${{ matrix.python-version }})
4949
steps:
5050
- uses: actions/checkout@v4
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
71+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
7272
name: Type check with mypy (Python ${{ matrix.python-version }})
7373
steps:
7474
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
25+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2626
name: Test pip install (Python ${{ matrix.python-version }})
2727
steps:
2828
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
44-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
44+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
4545
name: Unit tests on ${{ matrix.os }} (Python ${{ matrix.python-version }})
4646
steps:
4747
- uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
os: [ubuntu-latest, macos-latest, windows-latest]
66-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
66+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6767
name: Integration tests on ${{ matrix.os }} (Python ${{ matrix.python-version }})
6868
steps:
6969
- uses: actions/checkout@v4
@@ -188,7 +188,7 @@ jobs:
188188
strategy:
189189
fail-fast: false
190190
matrix:
191-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
191+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
192192
name: Test coverage (Python ${{ matrix.python-version }})
193193
steps:
194194
- 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
"Topic :: Software Development :: Libraries",
3231
"Typing :: Typed",
3332
]

0 commit comments

Comments
 (0)