Skip to content

Commit

Permalink
Python 3.6 and 3.7 are EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jul 30, 2023
1 parent 6d68f05 commit 58e607b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requirements
django-sesame is tested with:

- Django 3.2 (LTS), 4.0, 4.1, and 4.2 (LTS);
- Python ≥ 3.6.
- Python ≥ 3.8.

It requires ``django.contrib.auth``.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Requirements
django-sesame is tested with:

- Django 3.2 (LTS), 4.0, 4.1, and 4.2;
- Python ≥ 3.6.
- Python ≥ 3.8.

It requires :mod:`django.contrib.auth`.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [

[tool.poetry.dependencies]
django = ">=3.2"
python = ">=3.6.2"
python = ">=3.8"
ua-parser = { version = ">=0.15", optional = true }

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
isolated_build = true
envlist =
py36-django32
py38-django32
py310-django40
py311-django41
py312-django42
Expand Down

0 comments on commit 58e607b

Please sign in to comment.