From 1b700be578df4b3f735f62f62f8cbfeae6de878c Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 15 Nov 2023 10:54:56 -0500 Subject: [PATCH] Allow 3.12 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c011d7389..fe2712a2d 100644 --- a/setup.py +++ b/setup.py @@ -385,8 +385,8 @@ setup(name="tahoe-lafs", # also set in __init__.py package_dir = {'':'src'}, packages=find_packages('src') + ['allmydata.test.plugins'], classifiers=trove_classifiers, - # We support Python 3.8 or later, 3.12 is untested for now - python_requires=">=3.8, <3.12", + # We support Python 3.8 or later, 3.13 is untested for now + python_requires=">=3.8, <3.13", install_requires=install_requires, extras_require={ # Duplicate the Twisted pywin32 dependency here. See