Skip to content

Commit f4f15b9

Browse files
committed
Drop legacy Python support
1 parent 8974f40 commit f4f15b9

File tree

3 files changed

+44
-22
lines changed

3 files changed

+44
-22
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,9 @@ references:
3434
version-matrix: &version-matrix
3535
matrix:
3636
parameters:
37-
python-version: ["3.5.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
37+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
3838
django-version: ["2.2", "3.0", "3.1", "3.2", "4.0"]
3939
exclude:
40-
- python-version: "3.5.5"
41-
django-version: "3.0"
42-
- python-version: "3.5.5"
43-
django-version: "3.1"
44-
- python-version: "3.5.5"
45-
django-version: "3.2"
46-
47-
- python-version: "3.5.5"
48-
django-version: "4.0"
4940
- python-version: "3.6"
5041
django-version: "4.0"
5142
- python-version: "3.7"

poetry.lock

Lines changed: 42 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.5"
13+
python = "^3.6"
1414
django = ">=2.2,<5"
1515
django-debug-toolbar = ">=2,<4"
1616

0 commit comments

Comments
 (0)