diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index fbc868a8..b789c454 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -7,16 +7,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.8, 3.9, '3.10'] + python: [3.11, 3.12] tox: [django, flake, codecov] exclude: - - python: 3.8 + - python: 3.11 tox: flake - - python: 3.8 - tox: codecov - - python: 3.9 - tox: flake - - python: 3.9 + - python: 3.11 tox: codecov steps: - uses: actions/checkout@v1 diff --git a/tox.ini b/tox.ini index a36446b4..360f38f3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = django, flake, coverage usedevelop = True basepython = python3 deps = - django: Django>=4.1,<4.2 + django: Django>=5.1,<5.2 ofxparse commands = python manage.py test {posargs:silverstrike}