X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=2647b09db45b873b53c1f715448a69dcd0eb9b62;hb=16b87d7760e72ea2969447c0f5bc02bf38b6b77b;hp=112c2e906f3efda47e63ede1c559bece35a4ba1f;hpb=51de618d107a67b76278d5c3a003abbf22d974bf;p=sqlconvert.git diff --git a/setup.py b/setup.py index 112c2e9..2647b09 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,9 @@ setup( 'Programming Language :: Python :: 3.5', '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'],