Skip to content

Commit

Permalink
Update python and django versions 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 74d0934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 74d0934

Please sign in to comment.