]> git.phdru.name Git - sqlconvert.git/commitdiff
Build(setup.py): Python 3.9, 3.10
authorOleg Broytman <phd@phdru.name>
Mon, 19 Sep 2022 17:58:15 +0000 (20:58 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 19 Sep 2022 17:58:15 +0000 (20:58 +0300)
setup.py

index 6d0632c551ed87b76ce3ffc1967379c98e9ebded..2647b09db45b873b53c1f715448a69dcd0eb9b62 100755 (executable)
--- 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'],