From 19f0a37656c579cfd7b64ba632b700bbe4cde7d8 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Wed, 11 Dec 2024 08:12:13 +0100 Subject: [PATCH] Remove Python 3.8, add Python 3.13 --- pyproject.toml | 3 ++- tox.ini | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 129cac53..d478f5ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries", "Topic :: Utilities", ] @@ -33,7 +34,7 @@ keywords = ["django", "bootstrap", "bootstrap4"] license = {file = "LICENSE"} name = "django-bootstrap4" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" version = "24.4" [project.urls] diff --git a/tox.ini b/tox.ini index fdb8837d..2f9836e8 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,6 @@ basepython = py312: python3.12 py313: python3.13 with_dev = true -extras = jinja pip_pre = true setenv = PYTHONPATH={toxinidir}