]> git.phdru.name Git - sqlconvert.git/blobdiff - setup.py
Tests: Run tests with Python 3.8
[sqlconvert.git] / setup.py
index 112c2e906f3efda47e63ede1c559bece35a4ba1f..6d0632c551ed87b76ce3ffc1967379c98e9ebded 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ setup(
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
     ],
     packages=['sqlconvert'],
     scripts=['scripts/mysql2sql'],