X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=988e15b18cdab169451d6b28e2cb853d1fe5c1a9;hp=5b328b2572267fbf9cce3e5a3881b09b6f09a489;hb=6cf19b1dd926e0052bb618bf704938be6a8e9f92;hpb=ac595c0ed49f266f6e436fb6f6a6aacde8f205ec diff --git a/setup.py b/setup.py index 5b328b2..988e15b 100755 --- 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'],