diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index fbc868a8..d36e090d 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -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