From fd740f080f76b0f1a7350c79583fc6a935be2696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C5=9Eafak?= <3928300+esafak@users.noreply.github.com> Date: Tue, 28 May 2024 20:33:12 -0700 Subject: [PATCH] feat: Drop python 3.7, 3.8, support 3.11, 3.12 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2c4f9e18..f2cea6b8 100755 --- a/setup.py +++ b/setup.py @@ -110,10 +110,9 @@ def run_tests(self): 'Operating System :: Unix', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - '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', 'Programming Language :: SQL', 'Topic :: Database', 'Topic :: Database :: Front-Ends',