Skip to content

Commit

Permalink
Allow any version of Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Jan 28, 2024
1 parent ef727cd commit 4cb532a
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 @@ -6,7 +6,7 @@ authors = [
{ name = "golmschenk", email = "greg@olmschenk.com" },
]
readme = "README.md"
requires-python = "==3.11"
requires-python = "==3.11.*"
packages = [
{include = "ramjet", from="src"},
{include = "qusi", from="src"}
Expand Down

0 comments on commit 4cb532a

Please sign in to comment.