Skip to content

Commit

Permalink
support later python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinner committed Jul 11, 2024
1 parent 0bd49c5 commit 8a187de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [black, py36, py37, py38, py39]
tox_env: [black, py36, py37, py38, py39, py310, py311, py312]

runs-on: ubuntu-latest
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = black,py36,py37,py38,py39
envlist = black,py36,py37,py38,py39,py310,py311,py312

[testenv]
deps = pytest
Expand Down

0 comments on commit 8a187de

Please sign in to comment.