Skip to content

Commit

Permalink
Switch to just requiring Python 3.11 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Feb 1, 2024
1 parent 63a21ed commit 3d1ba42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -53,4 +53,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "src/qusi/__about__.py"
path = "src/qusi/__about__.py"

0 comments on commit 3d1ba42

Please sign in to comment.