We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be1103 commit 5802bfcCopy full SHA for 5802bfc
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ['3.11', '3.14'] # , 'pypy3'] # pypy3 is broken on github actions right now
+ python-version: ['3.11'] # , 'pypy3'] # pypy3 is broken on github actions right now
15
django-version: ['3.2', '4.0', '4.1', '4.2', '5.0']
16
17
steps:
0 commit comments