Skip to content

Commit

Permalink
Add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 20, 2024
1 parent 70366d4 commit 7c93ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ openpyxl = ">=3.0.9"
pandas = ">=2.1.0"
pandera = ">=0.17.0"
pydantic = ">=2.3.0"
python = ">=3.10, <3.13"
python = ">=3.10, <3.14"
python-dotenv = ">=1.0.1"
typer = ">=0.9.0"
toml = ">=0.10.2"
Expand Down

0 comments on commit 7c93ac0

Please sign in to comment.