diff --git a/setup.py b/setup.py index 03eef06..7b5b745 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ "wheel", "mypy", "requests", + "ruff", ] }, packages=find_packages(exclude=["test"]), @@ -38,10 +39,11 @@ "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", ], )