From 004c9282a2ceef888ab95ea005d928acc8aa543c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 15 Dec 2024 14:09:25 +0300 Subject: [PATCH] Version 1.0.1.post3: Python 3.13 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', ], -- 2.39.5