We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5984063 commit 81388aeCopy full SHA for 81388ae
.github/workflows/ci_tests_run_notebooks.yml
@@ -35,6 +35,11 @@ jobs:
35
name: with Python 3.11 and latest released version of dependencies
36
os: ubuntu-latest
37
38
+ - python-version: '3.12'
39
+ toxenv: py312-test-predeps
40
+ name: with Python 3.12 and latest or pre-release version of dependencies
41
+ os: ubuntu-latest
42
+
43
- python-version: '3.12'
44
toxenv: py312-test-devdeps
45
name: with Python 3.12 and developer versioned dependencies
0 commit comments