Skip to content

Commit

Permalink
Edit CI: remove 3.7, mypy; add 3.12/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Feb 20, 2024
1 parent 8fe906e commit e66e31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ envlist = py37, py38, py39, py310, py311

[gh]
python =
3.12 = unit
3.12 = unit,lint
3.11 = unit
3.10 = unit
3.9 = unit
3.8 = unit
3.7 = unit,mypy,lint

[testenv]
commands =
Expand Down

0 comments on commit e66e31b

Please sign in to comment.