Skip to content

Commit aae606c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)