Skip to content

Commit ab774e1

Browse files
committed
update python versions
1 parent 4ec6a05 commit ab774e1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.5", "3.6", "3.7","3.8"]
16+
python-version: ["3.7","3.8","3.9",]
1717
django: [ "11", "22",]
1818
exclude:
1919
- python-version: "3.8"
2020
django: "11"
2121

22-
- python-version: "3.8"
23-
django: "22"
22+
- python-version: "3.9"
23+
django: "11"
2424

2525

2626
services:

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[tox]
2-
envlist = py35-django{1.11,1.10}, py36-django{1.11}, py37-django{1.11,2.2}
2+
envlist = py37-django{1.11,2.2}, py38-django{2.2}, py39-django{2.2}
33

44
[testenv]
55
sitepackages = False
66
deps =
77
-r{toxinidir}/requirements/default.txt
88
-r{toxinidir}/requirements/test.txt
9-
django1.8: Django>=1.8.0,<1.9.0
10-
django1.9: Django>=1.9.0,<1.10.0
11-
django1.10: Django>=1.10.0,<1.11.0
9+
1210
django1.11: Django>=1.11.17,<2.0
1311
django2.2: Django>=2.2.17,<3.0
1412

0 commit comments

Comments
 (0)