From e0113b55c96953d6d08533f4daab8af5b82b937f Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 15 Nov 2022 20:31:38 +0000 Subject: [PATCH] Support any Python 3.11.x patch versions (#629) Broken in 49cf3a72a52a39bc096cb807db78eb616ab8c227 . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66c99942..84c86adb 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ download_url="https://github.com/common-workflow-language/schema_salad/releases", ext_modules=ext_modules, license="Apache 2.0", - python_requires=">=3.6,<=3.11", + python_requires=">=3.6,<3.12", setup_requires=pytest_runner + ["setuptools_scm"], packages=["schema_salad", "schema_salad.tests", "schema_salad.avro"], package_data={