File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v3
1515
16- - name : Setup python 3.9
16+ - name : Setup python 3.10
1717 uses : actions/setup-python@v4
1818 with :
1919 cache : ' pip'
Original file line number Diff line number Diff line change 1616 uses : actions/setup-python@v4
1717 with :
1818 cache : ' pip'
19- python-version : " 3.9 "
19+ python-version : " 3.10 "
2020 - name : Install tox-gh
2121 run : pip install tox-gh
2222 - name : Run flake8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ commands =
1717
1818[testenv:coverage]
1919description = Run the tests with coverage
20- base_python = py39
20+ base_python = py310
2121deps =
2222 {[testenv]deps}
2323 coverage
@@ -27,7 +27,7 @@ commands =
2727
2828[testenv:build]
2929description = Build environment
30- base_python = py39
30+ base_python = py310
3131deps =
3232 .
3333 build
@@ -46,7 +46,7 @@ commands =
4646
4747[testenv:type]
4848description = Run type checking
49- base_python = py39
49+ base_python = py310
5050deps =
5151 {[testenv]deps}
5252 mypy ==0.982
@@ -55,7 +55,7 @@ commands =
5555
5656[testenv:dev]
5757description = Development environment
58- base_python = py39
58+ base_python = py310
5959package = editable
6060commands =
6161
You can’t perform that action at this time.
0 commit comments