We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b98db7 commit 459e953Copy full SHA for 459e953
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- python-version: [ "3.7", "3.8", "3.9", "3.10" ]
+ python-version: [ "3.8", "3.9", "3.10" ]
23
django-version: [ "4.2" ]
24
steps:
25
# Checks-out the repository.
0 commit comments