Skip to content

Commit

Permalink
add back 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
annahedstroem committed Jun 27, 2023
1 parent 3f440b1 commit 72af154
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup python 3.9
- name: Setup python 3.10
uses: actions/setup-python@v4
with:
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-python@v4
with:
cache: 'pip'
python-version: "3.9"
python-version: "3.10"
- name: Install tox-gh
run: pip install tox-gh
- name: Run flake8
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =

[testenv:coverage]
description = Run the tests with coverage
base_python = py39
base_python = py310
deps =
{[testenv]deps}
coverage
Expand All @@ -27,7 +27,7 @@ commands =

[testenv:build]
description = Build environment
base_python = py39
base_python = py310
deps =
.
build
Expand All @@ -46,7 +46,7 @@ commands =

[testenv:type]
description = Run type checking
base_python = py39
base_python = py310
deps =
{[testenv]deps}
mypy==0.982
Expand All @@ -55,7 +55,7 @@ commands =

[testenv:dev]
description = Development environment
base_python = py39
base_python = py310
package = editable
commands =

Expand Down

0 comments on commit 72af154

Please sign in to comment.