Skip to content

Commit

Permalink
Remove Python 3.8, add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 11, 2024
1 parent 3a84f72 commit 19f0a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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]
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ basepython =
py312: python3.12
py313: python3.13
with_dev = true
extras = jinja
pip_pre = true
setenv =
PYTHONPATH={toxinidir}
Expand Down

0 comments on commit 19f0a37

Please sign in to comment.