diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 973b610..49fa8d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index 606c007..474b957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [{name = "Tim Allen", email = "tallen@wharton.upenn.edu"},] description = "Django REST Framework renderer for Excel spreadsheet (xlsx) files." dynamic = ["version"] readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.9" keywords = ["djangorestframework", "django rest framework", "excel", "spreadsheet", "rest", "restful", "api", "xls", "xlsx", "openpyxl"] license = {text = "BSD-3-Clause"} classifiers = [ diff --git a/tox.ini b/tox.ini index 22f288d..917f56d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{38,39,310,311}-dj42 + py{39,310,311}-dj42 py{310,311,312}-dj50 py{310,311,312}-dj51 skipsdist = True