File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- python-version : ["3.10", "3. 11", "3.12"]
15+ python-version : ["3.11", "3.12"]
1616
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ A simple library to document [Pydantic](https://docs.pydantic.dev/) models for s
88pip install pydantic-prompt
99```
1010
11+ ## Requirements
12+
13+ - Python 3.11 or higher
14+ - Pydantic 2.0 or higher
15+
1116## Features
1217
1318- Document Pydantic model fields using standard Python docstrings
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222dependencies = [
2323 " pydantic>=2.0.0" ,
2424]
25- requires-python = " >=3.10 "
25+ requires-python = " >=3.11 "
2626
2727[project .optional-dependencies ]
2828dev = [
You can’t perform that action at this time.
0 commit comments