Skip to content

Commit 93429dd

Browse files
committed
bump minimum python version
1 parent 20d99a0 commit 93429dd

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
@@ -23,7 +23,7 @@ license = {text = "Apache License, 2.0"}
2323
maintainers = [{name = "Repronim developers", email = "[email protected]"}]
2424
name = "reproschema"
2525
readme = "README.md"
26-
requires-python = ">=3.8"
26+
requires-python = ">=3.10"
2727

2828
[project.optional-dependencies]
2929
all = ["reproschema[doc]", "reproschema[test]"]

0 commit comments

Comments
 (0)