Skip to content

Commit

Permalink
chore: stop testing python 3.7
Browse files Browse the repository at this point in the history
this version is EOL and I intend to release a major version dropping
support for it
  • Loading branch information
asfaltboy committed Mar 26, 2024
1 parent ddeb842 commit a6a4970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container: mcr.microsoft.com/playwright:v1.42.1-jammy
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"]
python-version: ["3.8", "3.9", "3.10", "pypy-3.8"]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py{37,py37}-django{22,32}
py{38,39}-django{22,32,40}
pypy38-django22
py310-django{32,40}
Expand Down Expand Up @@ -29,11 +28,9 @@ commands =

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
pypy-3.7: pypy37
pypy-3.8: pypy38

[gh-actions:env]
Expand Down

0 comments on commit a6a4970

Please sign in to comment.