Skip to content

Commit

Permalink
Go back to just minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoodridge committed Jul 23, 2023
1 parent fe4e0cf commit b96cb54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.5.10', '3.6.15', '3.7.17', '3.8.17', '3.9.17', '3.10.12']
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ envlist =

[gh-actions]
python =
3.5.10: py35
3.6.15: py36
3.7.17: py37
3.8.17: py38
3.9.17: py39
3.10.12: py310
3.5: py35
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[travis:env]
DJANGO =
Expand Down

0 comments on commit b96cb54

Please sign in to comment.