]> git.phdru.name Git - m_lib.full.git/commitdiff
Version 1.0.1.post3: Python 3.13
authorOleg Broytman <phd@phdru.name>
Sun, 15 Dec 2024 11:09:25 +0000 (14:09 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 Dec 2024 11:09:25 +0000 (14:09 +0300)
setup.py

index 1c21cfdc499a350ef2ddc8687f1eb8efddcd612d..e9a0de05159016b0c800edcb529e8a5d36aef6ac 100755 (executable)
--- 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',
     ],