Skip to content

Commit

Permalink
Add back Python 3.7 to test CI to see if it still works
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 29, 2024
1 parent 2e3342c commit dc510e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', 3.8', '3.9', '3.10', '3.11']

steps:
- name: checkout
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ testpaths =
tests

[tox]
envlist = py38, py39, py310, py311
envlist = py37, py38, py39, py310, py311

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
Expand Down

0 comments on commit dc510e4

Please sign in to comment.