From b8d8874fea1194a53846bf9ddeef8a6fafd41d17 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 14 Dec 2024 21:32:55 +0300 Subject: [PATCH] Build(setup.py): Tested with Python 3.13 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9bb3ef1..dc949cc 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], python_requires='>=3.7', install_requires=[ -- 2.39.5