From 0f3da0a21e933e4a7327fd6a2b8e2218315df0ef Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Wed, 11 Dec 2024 15:48:27 +0100 Subject: [PATCH] feat: Added python 3.13 to setup.py (#35) * Added the newest Python 3.13 to setup.py file --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ec2499d..a91d9c0 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", ], packages=["iniparse"],