Skip to content

Commit 512961c

Browse files
Michael DeebMichael Deeb
authored andcommitted
fix: updated python versions in pyproject
1 parent 135dfc1 commit 512961c

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
@@ -47,7 +47,7 @@ version = "0.2.1"
4747
packages = [{include = "msgspec_schemaorg"}]
4848

4949
[tool.poetry.dependencies]
50-
python = "^3.9"
50+
python = ">=3.10"
5151
msgspec = ">=0.16.0"
5252
pydantic = ">=2.0.0"
5353
requests = ">=2.28.2"

0 commit comments

Comments
 (0)