Skip to content

Commit 5ed7394

Browse files
committed
remove django 32 and python 3.8 from getting started and ci tests
1 parent 5231b0e commit 5ed7394

File tree

4 files changed

+8
-40
lines changed

4 files changed

+8
-40
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ jobs:
2626
# Test with all supported Django versions, for all compatible Python versions.
2727
# See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django for the official matrix.
2828
# Additionally test on Django’s main branch with the most recent Python version.
29-
- python: "3.8"
30-
toxenv: py38-dj32,py38-dj42
3129
- python: "3.9"
32-
toxenv: py39-dj32,py39-dj42
30+
toxenv: py39-dj42
3331
- python: "3.10"
34-
toxenv: py310-dj32,py310-dj42,py310-dj50,py310-djmain
32+
toxenv: py310-dj42,py310-dj50,py311-dj51,py310-djmain
3533
- python: "3.11"
36-
toxenv: py311-dj42,py311-dj50,py311-djmain
34+
toxenv: py311-dj42,py311-dj50,py311-dj51,py311-djmain
3735
- python: "3.12"
3836
toxenv: py312-dj42,py312-djmain
3937
steps:

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ poetry add --dev django-pattern-library
1717

1818
We support:
1919

20-
- Django 3.2, 4.0, 4.1 (experimental), 4.2 (experimental)
21-
- Python 3.7, 3.8, 3.9, 3.10, 3.11 (experimental)
20+
- Django 4.0, 4.1 (experimental), 4.2 (experimental)
21+
- Python 3.9, 3.10, 3.11 (experimental)
2222
- Django Templates only, no Jinja support
2323
- Modern “evergreen” desktop and mobile browsers
2424

poetry.lock

Lines changed: 2 additions & 31 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
2425
"Framework :: Django",
25-
"Framework :: Django :: 3.2",
26-
"Framework :: Django :: 4.1",
2726
"Framework :: Django :: 4.2",
2827
"Framework :: Django :: 5.0",
2928
"Framework :: Django :: 5.1",

0 commit comments

Comments
 (0)