diff --git a/pyproject.toml b/pyproject.toml index 1cbbb09..498cd38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ maintainers = [ ] name = "prawcore" readme = "README.rst" -requires-python = "~=3.9" +requires-python = ">=3.9" [project.urls] "Issue Tracker" = "https://github.com/praw-dev/prawcore/issues" diff --git a/uv.lock b/uv.lock index 382de55..a0f3ea3 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -requires-python = ">=3.9, <4" +requires-python = ">=3.9" [[package]] name = "betamax"