]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Release 3.1.0.post2: Tested with Python 3.12
[m_lib.git] / setup.py
index 5b328b2572267fbf9cce3e5a3881b09b6f09a489..988e15b18cdab169451d6b28e2cb853d1fe5c1a9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,9 +4,9 @@ from setuptools import setup
 
 setup(
     name = "m_lib",
-    version = "3.1.0.post1",
+    version = "3.1.0.post2",
     description = "Broytman Library for Python",
-    long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design",
+    long_description = "Broytman Library for Python, Copyright (C) 1996-2023 PhiloSoft Design",
     long_description_content_type="text/plain",
     author = "Oleg Broytman",
     author_email = "phd@phdru.name",
@@ -34,6 +34,7 @@ setup(
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
+        'Programming Language :: Python :: 3.12',
         'Topic :: Software Development :: Libraries',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],
@@ -44,7 +45,7 @@ setup(
         "m_lib.pbar", "m_lib.rus",
     ],
     namespace_packages = ["m_lib"],
-    python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     extras_require={
         'Metakit': ['Mk4py'],
         'ZODB': ['ZODB'],