diff --git a/setup.py b/setup.py index 0ef76cd..586980a 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", ], - python_requires='>= 3.6, <= 3.13', + python_requires='>= 3.6, < 3.14', include_package_data=True, -) \ No newline at end of file +)