Skip to content

Commit

Permalink
remove official 3.6 support due to upstream breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Feb 8, 2024
1 parent 21c4e05 commit e57320f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Provided by `T. Franzel <https://github.com/tfranzel>`_. `Licensed under 3-Claus
Requirements
------------

- Python >= 3.6
- Python >= 3.7
- Django (2.2, 3.2, 4.0, 4.1, 4.2, 5.0)
- Django REST Framework (3.10.3, 3.11, 3.12, 3.13, 3.14)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_version(package):
author_email=author_email,
packages=[p for p in find_namespace_packages(exclude=('tests*',)) if p.startswith(package)],
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=requirements,
extras_require={
"offline": ["drf-spectacular-sidecar"],
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]
envlist =
py311-lint,py311-docs,
{py36,py37,py38}-django{2.2}-drf{3.10,3.11},
{py37,py38}-django{2.2}-drf{3.10,3.11},
{py37,py38,py39}-django{3.2}-drf{3.11,3.12},
{py38,py39,py310}-django{4.0,4.1}-drf{3.13,3.14},
{py311}-django{4.1, 4.2, 5.0}-drf{3.14},
Expand Down

0 comments on commit e57320f

Please sign in to comment.