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 963bba5 commit 403f475Copy full SHA for 403f475
.github/workflows/tests.yml
@@ -12,19 +12,18 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python: ['3.7']
16
-# python: ['3.7', '3.8', '3.9']
+ python: ['3.7', '3.8', '3.9']
17
# Time to switch to pytest or nose2??
18
# nosetests is broken on 3.10
19
# AttributeError: module 'collections' has no attribute 'Callable'
20
# https://github.com/nose-devs/nose/issues/1099
21
django:
22
- 'Django~=2.2.0'
23
-# - 'Django~=3.0.0'
24
-# - 'Django~=3.1.0'
25
-# - 'Django~=3.2.0'
26
-# - 'Django~=4.0.0'
27
-# - 'Django~=4.1.0'
+ - 'Django~=3.0.0'
+ - 'Django~=3.1.0'
+ - 'Django~=3.2.0'
+ - 'Django~=4.0.0'
+ - 'Django~=4.1.0'
28
experimental: [false]
29
# include:
30
# - python: '3.9'
0 commit comments