Skip to content

Commit 740e498

Browse files
committed
Test Python 3.15-dev
1 parent 0b15882 commit 740e498

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
40+
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15-dev']
4141
os: [ubuntu-latest, macos-latest, windows-latest]
42-
# TODO: uncomment this when 3.15-dev exists and is added
43-
# continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
42+
continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
4443

4544
steps:
4645
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ profile = "black"
4646
[tool.tox]
4747
requires = ["tox>=4.21.1"]
4848
# Only run unittest envs when no args given to tox
49-
env_list = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
49+
env_list = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5050

5151
[tool.tox.env_run_base]
5252
description = "run tests against a built package under {base_python}"

0 commit comments

Comments
 (0)