Skip to content

Commit

Permalink
Loosen Python runtime version requirement
Browse files Browse the repository at this point in the history
to avoid issues in other projects that have gravitasml as a dependency
  • Loading branch information
Pwuts committed Feb 12, 2025
1 parent 950d168 commit 074be41
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 5 deletions.
69 changes: 66 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gravitasml"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["Nicholas Tindle <[email protected]>"]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python = ">=3.10,<4.0"
pytest = "^8.2.1"
pydantic = "^2.9.2"
black = "^24.10.0"
Expand Down

0 comments on commit 074be41

Please sign in to comment.