diff --git a/pyproject.toml b/pyproject.toml index 5c10cab..f9c1de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = [ ] classifiers = [ "Programming Language :: Python :: 3", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Games/Entertainment", "Topic :: Utilities", ] -requires-python = ">=3.7" +requires-python = ">=3.11" dynamic = ["version"] dependencies = [ ]