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',