Skip to content

Commit 403f475

Browse files
committed
more versions
1 parent 963bba5 commit 403f475

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ['3.7']
16-
# python: ['3.7', '3.8', '3.9']
15+
python: ['3.7', '3.8', '3.9']
1716
# Time to switch to pytest or nose2??
1817
# nosetests is broken on 3.10
1918
# AttributeError: module 'collections' has no attribute 'Callable'
2019
# https://github.com/nose-devs/nose/issues/1099
2120
django:
2221
- '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'
22+
- 'Django~=3.0.0'
23+
- 'Django~=3.1.0'
24+
- 'Django~=3.2.0'
25+
- 'Django~=4.0.0'
26+
- 'Django~=4.1.0'
2827
experimental: [false]
2928
# include:
3029
# - python: '3.9'

0 commit comments

Comments
 (0)