Skip to content

Commit

Permalink
Update tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Oct 20, 2023
1 parent 296a41d commit 34d6914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.7
toxenv: py37,style,coverage-ci
- python-version: 3.8
toxenv: py38,style,coverage-ci
- python-version: 3.9
toxenv: py39,style,coverage-ci
- python-version: 3.10.9
toxenv: py310,style,coverage-ci
- python-version: 3.11
toxenv: py311,style,coverage-ci

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
skipsdist = True
envlist =
py{37,38,39}
py{38,39,310,311}
style
coverage
bandit
Expand Down

0 comments on commit 34d6914

Please sign in to comment.