]> git.phdru.name Git - m_lib.defenc.git/commitdiff
Version 1.1.0.post2: Python 3.13
authorOleg Broytman <phd@phdru.name>
Sun, 15 Dec 2024 11:07:13 +0000 (14:07 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 Dec 2024 11:07:13 +0000 (14:07 +0300)
setup.py

index 4a4190d6ca07b49bfe429ca86192cab4f11d5cb3..8b6428cbc18fc56b5b95827d675861b4fd7975ff 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 setup(
     name = "m_lib.defenc",
-    version = "1.1.0.post1",
+    version = "1.1.0.post2",
     description = "Get default encoding",
     long_description = "Get default encoding. A part of 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',
     ],