We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a21ed commit 3d1ba42Copy full SHA for 3d1ba42
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
{ name = "golmschenk", email = "greg@olmschenk.com" },
7
]
8
readme = "README.md"
9
-requires-python = "==3.11.*"
+requires-python = ">=3.11"
10
packages = [
11
{include = "ramjet", from="src"},
12
{include = "qusi", from="src"}
@@ -53,4 +53,4 @@ requires = ["hatchling"]
53
build-backend = "hatchling.build"
54
55
[tool.hatch.version]
56
-path = "src/qusi/__about__.py"
+path = "src/qusi/__about__.py"
0 commit comments