Skip to content

Commit 43a6cd4

Browse files
committed
fix python version to allow 3.14.* (anything <3.15)
1 parent bade920 commit 43a6cd4

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.14"
8+
requires-python = ">=3.8,<3.15"
99
authors = [
1010
{name = "Federico Frenguelli"},
1111
{name = "Massimiliano Pippi"},

0 commit comments

Comments
 (0)