File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 2727 python : 3.x
2828 toxenv : codestyle
2929
30- - name : docs build
31- os : ubuntu-latest
32- python : 3.9
33- toxenv : build_docs
34- toxargs : -v
35-
3630 - name : oldest dependencies
3731 os : ubuntu-latest
3832 python : 3.7
@@ -45,16 +39,16 @@ jobs:
4539 toxenv : py310-test-alldeps-devastropy-cov
4640 toxargs : -v
4741
48- - name : Python 3.7 with all optional dependencies (MacOS X)
42+ - name : Python 3.8 with all optional dependencies (MacOS X)
4943 os : macos-latest
50- python : 3.7
51- toxenv : py37 -test-alldeps
44+ python : 3.8
45+ toxenv : py38 -test-alldeps
5246 toxargs : -v
5347
54- - name : Python 3.8 with mandatory dependencies (Windows)
48+ - name : Python 3.9 with mandatory dependencies (Windows)
5549 os : windows-latest
56- python : 3.8
57- toxenv : py38 -test
50+ python : 3.9
51+ toxenv : py39 -test
5852 toxargs : -v
5953
6054 steps :
You can’t perform that action at this time.
0 commit comments