We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1509b commit 7f86773Copy full SHA for 7f86773
.github/workflows/ci_tests_run_notebooks.yml
@@ -26,8 +26,8 @@ jobs:
26
27
include:
28
- python-version: '3.10'
29
- toxenv: py39-test-oldestdeps
30
- name: with Python 3.9 and oldest versioned dependencies
+ toxenv: py310-test-oldestdeps
+ name: with Python 3.10 and oldest versioned dependencies
31
os: ubuntu-latest
32
33
- python-version: '3.11'
@@ -40,7 +40,7 @@ jobs:
40
name: with Python 3.12 and latest or pre-release version of dependencies
41
42
43
- - python-version: '3.14'
+ - python-version: '3.14-dev'
44
toxenv: py314-test-devdeps
45
name: with Python 3.14 and developer versioned dependencies
46
0 commit comments