Skip to content

Commit

Permalink
Attempting to limit to all flavours of Py 3.10, and less than Py 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 16, 2024
1 parent 7a2f8ae commit 152335b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
]
requires-python = "== 3.10"
requires-python = ">= 3.10,<3.11"
dynamic = ["version"]
dependencies = [
"salt>=3006",
Expand Down

0 comments on commit 152335b

Please sign in to comment.