Skip to content

Commit

Permalink
Merge pull request #209 from velis74/possible_tests_fix
Browse files Browse the repository at this point in the history
possible tests fix
  • Loading branch information
velis74 authored Sep 25, 2023
2 parents 65d7db6 + 2ff6744 commit da6b43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Python tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9]
python: [3.9, 3.10]
fail-fast: false

env:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Run Tox py-django31
if: (success() || failure())
run: tox -e py-django31-drf311,py-django31-drf312,py-django31-drftip
run: tox -e py-django31-drf314,py-django31-drftip

- name: Run Tox py-django4
if: (success() || failure())
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

[tox]
envlist =
# django22-drf{310,311,312,tip}
# django30-drf{310,311,312,tip}
django31-drf{314,tip}
django40-drf{314,tip}
djangotip-drftip
Expand Down

0 comments on commit da6b43b

Please sign in to comment.