Skip to content

Commit 9ceb4c5

Browse files
authored
Remove upper bound of python version (#219)
1 parent ac9824c commit 9ceb4c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "module-name"
7-
requires-python = ">=3.10,<3.15"
7+
requires-python = ">=3.10"
88
description = "Module Description"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)