Skip to content

Commit 7dac1c2

Browse files
n2ygkhugovk
andcommitted
Don't set upper bound required python version
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent f29ec1e commit 7dac1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "django-oauth-toolkit"
77
dynamic = ["version"]
8-
requires-python = ">=3.8,<3.15"
8+
requires-python = ">=3.8"
99
authors = [
1010
{name = "Federico Frenguelli"},
1111
{name = "Massimiliano Pippi"},

0 commit comments

Comments
 (0)