Skip to content

Commit 0ffe093

Browse files
committed
Fix requires-python line
1 parent e3cb47f commit 0ffe093

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
@@ -48,7 +48,7 @@ maintainers = [
4848
]
4949
name = "prawcore"
5050
readme = "README.rst"
51-
requires-python = "~=3.9"
51+
requires-python = ">=3.9"
5252

5353
[project.urls]
5454
"Issue Tracker" = "https://github.com/praw-dev/prawcore/issues"

0 commit comments

Comments
 (0)