Skip to content

Commit 3d1ba42

Browse files
committed
Switch to just requiring Python 3.11 or greater
1 parent 63a21ed commit 3d1ba42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "golmschenk", email = "greg@olmschenk.com" },
77
]
88
readme = "README.md"
9-
requires-python = "==3.11.*"
9+
requires-python = ">=3.11"
1010
packages = [
1111
{include = "ramjet", from="src"},
1212
{include = "qusi", from="src"}
@@ -53,4 +53,4 @@ requires = ["hatchling"]
5353
build-backend = "hatchling.build"
5454

5555
[tool.hatch.version]
56-
path = "src/qusi/__about__.py"
56+
path = "src/qusi/__about__.py"

0 commit comments

Comments
 (0)