]> git.phdru.name Git - sqlconvert.git/blobdiff - setup.py
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / setup.py
index 911b3ac88faa75ffd6223081c11cc6105f6277e7..3d74634341080352de9c0b8228b23f464449d02b 100755 (executable)
--- 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'],
@@ -62,8 +63,7 @@ setup(
     install_requires=[
         'SQLObject>=2.2.1; python_version=="2.7"',
         'SQLObject>=3.0.0; python_version>="3.4"',
-        'm_lib.defenc>=1.0',
-        'm_lib>=3.1',
+        'm_lib.full>=1.0',
         'sqlparse',
     ],
 )