Skip to content

Commit e0113b5

Browse files
authored
Support any Python 3.11.x patch versions (#629)
Broken in 49cf3a7 .
1 parent f4f9757 commit e0113b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
download_url="https://github.com/common-workflow-language/schema_salad/releases",
117117
ext_modules=ext_modules,
118118
license="Apache 2.0",
119-
python_requires=">=3.6,<=3.11",
119+
python_requires=">=3.6,<3.12",
120120
setup_requires=pytest_runner + ["setuptools_scm"],
121121
packages=["schema_salad", "schema_salad.tests", "schema_salad.avro"],
122122
package_data={

0 commit comments

Comments
 (0)