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 31922e6 commit 96da664Copy full SHA for 96da664
.github/workflows/ci.yml
@@ -30,9 +30,9 @@ jobs:
30
name: ['with Python 3.12',]
31
32
include:
33
- - python-version: '3.10'
34
- toxenv: py310-test-oldestdeps
35
- name: with Python 3.10 and oldest versioned dependencies
+ - python-version: '3.11'
+ toxenv: py311-test-oldestdeps
+ name: with Python 3.11 and oldest versioned dependencies
36
os: ubuntu-latest
37
38
- python-version: '3.13'
0 commit comments