Skip to content

Commit 72af154

Browse files
committed
add back 3.10
1 parent 3f440b1 commit 72af154

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands =
1717

1818
[testenv:coverage]
1919
description = Run the tests with coverage
20-
base_python = py39
20+
base_python = py310
2121
deps =
2222
{[testenv]deps}
2323
coverage
@@ -27,7 +27,7 @@ commands =
2727

2828
[testenv:build]
2929
description = Build environment
30-
base_python = py39
30+
base_python = py310
3131
deps =
3232
.
3333
build
@@ -46,7 +46,7 @@ commands =
4646

4747
[testenv:type]
4848
description = Run type checking
49-
base_python = py39
49+
base_python = py310
5050
deps =
5151
{[testenv]deps}
5252
mypy==0.982
@@ -55,7 +55,7 @@ commands =
5555

5656
[testenv:dev]
5757
description = Development environment
58-
base_python = py39
58+
base_python = py310
5959
package = editable
6060
commands =
6161

0 commit comments

Comments
 (0)