Skip to content

Commit

Permalink
Drop Python 3.7
Browse files Browse the repository at this point in the history
EOL is EOL
  • Loading branch information
zerolab committed Sep 25, 2023
1 parent 35d0264 commit b39eb63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
# Test with all supported Django versions, for all compatible Python versions.
# See https://docs.djangoproject.com/en/4.0/faq/install/#what-python-version-can-i-use-with-django for the official matrix.
# Additionally test on Django’s main branch with the most recent Python version.
- python: "3.7"
toxenv: py37-dj32
- python: "3.8"
toxenv: py38-dj32,py38-dj41,py38-dj42
- python: "3.9"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -43,7 +42,7 @@ exclude = [
"Issues" = "https://github.com/torchbox/django-pattern-library/issues"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
Django = ">=3.2,<5.0"
PyYAML = ">=5.1,<7.0"
Markdown = "^3.1"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}-dj32
py{38,39,310}-dj32
py{38,39,310,311}-dj41
py{38,39,310,311}-dj42
py{310,311}-djmain
Expand Down

0 comments on commit b39eb63

Please sign in to comment.