File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
43
43
tox-env : ["black", "lint", "docs"]
44
44
steps :
45
45
- uses : actions/checkout@v2
46
- - name : Set up Python 3.9
46
+ - name : Set up Python 3.10
47
47
uses : actions/setup-python@v2
48
48
with :
49
- python-version : 3.9
49
+ python-version : " 3.10 "
50
50
- name : Install dependencies
51
51
run : |
52
52
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ commands =
25
25
pytest --cov --no-cov-on-fail --cov-report xml {posargs}
26
26
27
27
[testenv:black]
28
- basepython = python3.9
28
+ basepython = python3.10
29
29
deps =
30
30
-rrequirements/requirements-codestyle.txt
31
31
commands = black --check .
32
32
33
33
[testenv:lint]
34
- basepython = python3.9
34
+ basepython = python3.10
35
35
deps =
36
36
-rrequirements/requirements-codestyle.txt
37
37
-rrequirements/requirements-testing.txt
@@ -40,7 +40,7 @@ commands = flake8
40
40
41
41
[testenv:docs]
42
42
# keep in sync with .readthedocs.yml
43
- basepython = python3.9
43
+ basepython = python3.10
44
44
deps =
45
45
-rrequirements/requirements-optionals.txt
46
46
-rrequirements/requirements-documentation.txt
You can’t perform that action at this time.
0 commit comments