From 28c39f2b5fa68e845e9feeb41b6acbd1f4a44de7 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Tue, 23 Sep 2025 09:20:53 +0000 Subject: [PATCH] setup.cfg: bump minimum Python version to 3.11 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 09cea928..a208dcd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ classifiers = Development Status :: 5 - Production/Stable [options] -python_requires = >=3.9 +python_requires = >=3.11 include_package_data = True install_requires =