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 523ec1d commit 655dd05Copy full SHA for 655dd05
.github/workflows/ci.yml
@@ -13,11 +13,8 @@ jobs:
13
runs-on: ubuntu-22.04
14
strategy:
15
matrix:
16
- python-version: ["3.7","3.8"]
+ python-version: ["3.7"]
17
django: [ "1.11", "2.2",]
18
- exclude:
19
- - python-version: "3.8"
20
- django: "1.11"
21
22
23
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py37-django{1.11,2.2}, py38-django{2.2}
+envlist = py37-django{1.11,2.2}
3
4
[testenv]
5
sitepackages = False
0 commit comments