From: Oleg Broytman Date: Mon, 19 Sep 2022 17:58:15 +0000 (+0300) Subject: Build(setup.py): Python 3.9, 3.10 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=3f940336d4886d6a72275b6a6d1fb78db0acf562 Build(setup.py): Python 3.9, 3.10 --- diff --git a/setup.py b/setup.py index 6d0632c..2647b09 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,8 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], packages=['sqlconvert'], scripts=['scripts/mysql2sql'],