Skip to content

Commit

Permalink
Support any Python 3.11.x patch versions (#629)
Browse files Browse the repository at this point in the history
Broken in 49cf3a7 .
  • Loading branch information
nsoranzo authored Nov 15, 2022
1 parent f4f9757 commit e0113b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit e0113b5

Please sign in to comment.