Skip to content

Commit

Permalink
Start updating version support for python/django
Browse files Browse the repository at this point in the history
  • Loading branch information
farridav committed Mar 23, 2024
1 parent 97ab418 commit 2a7af77
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 398 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

Expand Down
Loading

0 comments on commit 2a7af77

Please sign in to comment.