X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=6d0632c551ed87b76ce3ffc1967379c98e9ebded;hp=e8a6a944f8a5562c566e25daa31aeee9ba13bc03;hb=HEAD;hpb=41e8d69b09b74aa4bd4f496c6a17879d6be3b59d diff --git a/setup.py b/setup.py index e8a6a94..3d74634 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], packages=['sqlconvert'], scripts=['scripts/mysql2sql'],