Skip to content

Commit

Permalink
chore: Allow Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 27, 2023
1 parent 7b3d8dd commit ec65e8c
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 @@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python = ">=3.11,<3.13"
hydra-core = "^1.3.2"
apache-beam = {extras = ["gcp"], version = "^2.51.0"}
lxml = "^4.9.3"
Expand Down

0 comments on commit ec65e8c

Please sign in to comment.