File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,16 @@ jobs:
19
19
matrix :
20
20
# Run all supported OS for one Python version, then add a few extra scenarios
21
21
os : [ubuntu-latest, macos-latest, windows-latest]
22
- python-version : ['3.9 ']
23
- toxenv : [py39 -test]
24
- name : ['with Python 3.9 ',]
22
+ python-version : ['3.10 ']
23
+ toxenv : [py310 -test]
24
+ name : ['with Python 3.10 ',]
25
25
26
26
include :
27
- - python-version : ' 3.8 '
27
+ - python-version : ' 3.9 '
28
28
toxenv : py38-test-oldestdeps
29
29
name : with Python 3.8 and oldest versioned dependencies
30
30
os : ubuntu-latest
31
31
32
- - python-version : ' 3.10'
33
- toxenv : py310-test
34
- name : with Python 3.10
35
- os : ubuntu-latest
36
-
37
32
- python-version : ' 3.11'
38
33
toxenv : py311-test-devdeps
39
34
name : with Python 3.11 and developer versioned dependencies
You can’t perform that action at this time.
0 commit comments