Skip to content

Commit

Permalink
Drop pydantic v1 and python 3.10 (#454)
Browse files Browse the repository at this point in the history
* Drop pydantic v1

* Require python 3.11
  • Loading branch information
allenporter authored Jan 5, 2025
1 parent d7d9f9a commit 9c8efe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ classifiers =

[options]
packages = find:
python_requires = >=3.10
python_requires = >=3.11
install_requires =
python-dateutil>=2.8.2
tzdata>=2023.3
pydantic>=1.9.1
pydantic>=2.10.4
pyparsing>=3.0.9
include_package_data = True
package_dir =
Expand Down

0 comments on commit 9c8efe3

Please sign in to comment.