Skip to content

Commit

Permalink
Add support for Python 3.13 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve authored Dec 9, 2024
1 parent 105867f commit 8f28fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"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 @@ -34,7 +34,7 @@ keywords = ["django", "utilities", "testing"]
license = {file = "LICENSE"}
name = "django-marina"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
version = "24.2"

[project.urls]
Expand Down

0 comments on commit 8f28fe4

Please sign in to comment.