Skip to content

Commit 155c161

Browse files
committed
build: fix requires-python value
1 parent 60763be commit 155c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ["version"]
3535
license = "Apache-2.0"
3636
name = "biocommons-example"
3737
readme = "README.md"
38-
requires-python = ">=3.10"
38+
requires-python = ">=3.11"
3939

4040
[project.optional-dependencies]
4141
example = [

0 commit comments

Comments
 (0)