From: Oleg Broytman Date: Sun, 15 Dec 2024 11:09:25 +0000 (+0300) Subject: Version 1.0.1.post3: Python 3.13 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=004c9282a2ceef888ab95ea005d928acc8aa543c;p=m_lib.full.git Version 1.0.1.post3: Python 3.13 --- diff --git a/setup.py b/setup.py index 1c21cfd..e9a0de0 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name = "m_lib.full", - version = "1.0.1.post2", + version = "1.0.1.post3", description = "m_lib full meta-package", long_description = "Broytman Library for Python, Copyright (C) 1996-2023 PhiloSoft Design", long_description_content_type="text/plain", @@ -34,6 +34,7 @@ setup( 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ],