Skip to content

Commit 6aeb952

Browse files
committed
CI: bump test jobs' python version
1 parent 0b83fed commit 6aeb952

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
name: ['with Python 3.12',]
3333

3434
include:
35-
- python-version: '3.9'
36-
toxenv: py39-test-oldestdeps
37-
name: with Python 3.9 and oldest versioned dependencies
35+
- python-version: '3.10'
36+
toxenv: py310-test-oldestdeps
37+
name: with Python 3.10 and oldest versioned dependencies
3838
os: ubuntu-latest
3939

40-
- python-version: '3.12'
41-
toxenv: py312-test-devdeps
42-
name: with Python 3.12 and developer versioned dependencies
40+
- python-version: '3.13'
41+
toxenv: py313-test-devdeps
42+
name: with Python 3.13 and developer versioned dependencies
4343
os: ubuntu-latest
4444

4545
steps:

0 commit comments

Comments
 (0)