diff --git a/news/python-313.rst b/news/python-313.rst index 90e313a..179958e 100644 --- a/news/python-313.rst +++ b/news/python-313.rst @@ -1,7 +1,7 @@ **Added:** * Python 3.13 support -* requires-python = ">=3.11, <=3.13" in pyproject.toml +* requires-python = ">=3.11, <3.14" in pyproject.toml **Changed:**