Skip to content

Commit

Permalink
Updae python version used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
simhnna committed Oct 31, 2024
1 parent db2a72d commit 42ff90a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, '3.10']
python: [3.12, 3.13]
tox: [django, flake, codecov]
exclude:
- python: 3.8
- python: 3.12
tox: flake
- python: 3.8
- python: 3.12
tox: codecov
- python: 3.9
- python: 3.13
tox: flake
- python: 3.9
- python: 3.13
tox: codecov
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 42ff90a

Please sign in to comment.