Skip to content

Commit

Permalink
Add Python 3.11 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Sep 4, 2023
1 parent b2d4a63 commit 39710c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ openpyxl = "^3.0.9"
pandas = "^2.0.0"
pandera = "^0.13.4"
pydantic = "^1.10.5"
python = "~3.10"
python = ">=3.10, <3.12"
python-dotenv = "^0.19.0"
requests = "^2.27.1"
typer = "^0.4.0"
Expand Down

0 comments on commit 39710c0

Please sign in to comment.