diff --git a/setup.py b/setup.py index f9487816..353dc2d9 100644 --- a/setup.py +++ b/setup.py @@ -55,5 +55,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.9", -) \ No newline at end of file + python_requires=">=3.11", +)