Skip to content

Commit

Permalink
Update list of supported Python versions in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Jul 16, 2024
1 parent 0d0087f commit e70e460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py37, py38, py39, py310, py311, black, ruff, mypy]
tox_env: [py38, py39, py310, py311, py312, black, ruff, mypy]
runs-on: ubuntu-latest

0 comments on commit e70e460

Please sign in to comment.