From 3cff1f3c3266814106bfade7f83ee28a43560822 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Wed, 21 Feb 2024 19:47:06 -0800 Subject: [PATCH] Add ruff to dev dependencies --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", ], )