Skip to content

Commit 7f86773

Browse files
committed
CI: fixing versions in ci config
1 parent da1509b commit 7f86773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
include:
2828
- python-version: '3.10'
29-
toxenv: py39-test-oldestdeps
30-
name: with Python 3.9 and oldest versioned dependencies
29+
toxenv: py310-test-oldestdeps
30+
name: with Python 3.10 and oldest versioned dependencies
3131
os: ubuntu-latest
3232

3333
- python-version: '3.11'
@@ -40,7 +40,7 @@ jobs:
4040
name: with Python 3.12 and latest or pre-release version of dependencies
4141
os: ubuntu-latest
4242

43-
- python-version: '3.14'
43+
- python-version: '3.14-dev'
4444
toxenv: py314-test-devdeps
4545
name: with Python 3.14 and developer versioned dependencies
4646
os: ubuntu-latest

0 commit comments

Comments
 (0)