Skip to content

Commit

Permalink
refactor: remove the tests for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 19, 2024
1 parent 11fc12d commit fc46296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.11"]
django: ["42"]
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = py{38, 311}-django{42}
envlist = py{311}-django{42}

[testenv]
envdir=
py38: {toxworkdir}/py38
py311: {toxworkdir}/py311

passenv =
Expand Down

0 comments on commit fc46296

Please sign in to comment.