From 33ccb9fc7d4229fbd61d183da07b0f970580feec Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Fri, 16 Feb 2024 16:07:59 -0800 Subject: [PATCH] setup: bumped min python version to match with torii --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59a8a619..1e741ccf 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def doc_ver(): author_email = 'nya@catgirl.link', description = 'SCSI Multitool and Torii HDL Library', license = 'BSD-3-Clause', - python_requires = '~=3.9', + python_requires = '~=3.10', zip_safe = True, url = 'https://github.com/squishy-scsi/squishy',