X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=2647b09db45b873b53c1f715448a69dcd0eb9b62;hb=d49298054240061269fa3c1c9d271873214a03f7;hp=6d0632c551ed87b76ce3ffc1967379c98e9ebded;hpb=96ec2fdc1e551d98d78ec9bd3aa8ef997063dc4b;p=sqlconvert.git 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'],