Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jan 15, 2025
1 parent 2a33f66 commit 0eb452a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.0", "==2.10", ""]
dep-installer: ["dev", "pypi"]
# Issues for these:
# VLSIR/ PyPi: https://github.com/dan-fritchman/Hdl21/issues/216
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies = [
"vlsir>=7.0.0", # VLSIR_VERSION
"vlsirtools>=7.0.0", # VLSIR_VERSION
"pydantic>=1.9.0,<3",
"typing-extensions"

]
requires-python = ">=3.7, <3.13"
maintainers = [{ name = "Dan Fritchman", email = "dan@fritch.mn" }]
Expand Down

0 comments on commit 0eb452a

Please sign in to comment.