Skip to content

Commit 74c58db

Browse files
committed
CI: adding python 3.13 and 3.14 to the tests
1 parent 48c522c commit 74c58db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
matrix:
2121
# Run all supported OS for one Python version, then add a few extra scenarios
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ['3.10']
24-
toxenv: [py310-test]
25-
name: ['with Python 3.10',]
23+
python-version: ['3.13']
24+
toxenv: [py313-test]
25+
name: ['with Python 3.13',]
2626

2727
include:
2828
- python-version: '3.9'
@@ -40,9 +40,9 @@ jobs:
4040
name: with Python 3.12 and latest or pre-release version of dependencies
4141
os: ubuntu-latest
4242

43-
- python-version: '3.12'
44-
toxenv: py312-test-devdeps
45-
name: with Python 3.12 and developer versioned dependencies
43+
- python-version: '3.14'
44+
toxenv: py314-test-devdeps
45+
name: with Python 3.14 and developer versioned dependencies
4646
os: ubuntu-latest
4747

4848
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
3+
py{310,311,312,313,314}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
44
requires =
55
pip >= 19.3.1
66

0 commit comments

Comments
 (0)