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 0b83fed commit 6aeb952Copy full SHA for 6aeb952
.github/workflows/ci_tests_run_notebooks.yml
@@ -32,14 +32,14 @@ jobs:
32
name: ['with Python 3.12',]
33
34
include:
35
- - python-version: '3.9'
36
- toxenv: py39-test-oldestdeps
37
- name: with Python 3.9 and oldest versioned dependencies
+ - python-version: '3.10'
+ toxenv: py310-test-oldestdeps
+ name: with Python 3.10 and oldest versioned dependencies
38
os: ubuntu-latest
39
40
- - python-version: '3.12'
41
- toxenv: py312-test-devdeps
42
- name: with Python 3.12 and developer versioned dependencies
+ - python-version: '3.13'
+ toxenv: py313-test-devdeps
+ name: with Python 3.13 and developer versioned dependencies
43
44
45
steps:
0 commit comments