Skip to content

Commit 9eb245e

Browse files
fix requires-python in pyproject.toml
1 parent ec15e10 commit 9eb245e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A Python package for automating VideoIPath configuration workflow
55
license = { text = "AGPL-3.0-only" }
66
license-files = ["LICENSE"]
77
readme = "README.md"
8-
requires-python = "^3.11"
8+
requires-python = ">=3.11"
99
authors = [
1010
{ name = "Paul Winterstein", email = "paul.winterstein@swr.de" },
1111
]

0 commit comments

Comments
 (0)