Skip to content

Commit

Permalink
Bump tested pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman committed Sep 6, 2024
1 parent 6ec5f9a commit 9d21d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["==1.9.0", "==2.0", "==2.6", ""]
pydantic-version: ["==1.9.0", ">=2.9"]
dep-installer: ["dev", "pypi"]
# Issues for these:
# VLSIR/ PyPi: https://github.com/dan-fritchman/Hdl21/issues/216
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "7.0.0.dev1" # VLSIR_VERSION
dependencies = [
"vlsir>=7.0.0.dev1", # VLSIR_VERSION
"vlsirtools>=7.0.0.dev1", # VLSIR_VERSION
"pydantic>=1.9.0,<2.7",
"pydantic>=1.9.0,<3",
]
requires-python = ">=3.7, <3.13"
maintainers = [{ name = "Dan Fritchman", email = "[email protected]" }]
Expand Down

0 comments on commit 9d21d92

Please sign in to comment.