diff --git a/pyproject.toml b/pyproject.toml index e3ed121b..f82c2092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}