Skip to content

Commit

Permalink
build: Remove Python 3.13 from supported python versions due to depen…
Browse files Browse the repository at this point in the history
…dencies not yet supporting it
  • Loading branch information
nfelt14 committed Oct 22, 2024
1 parent f13dde3 commit e09f05f
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 @@ -59,7 +59,7 @@ numpy = [
{python = "^3.8, <3.12", version = "^1.24"}
]
protobuf = "^5.28.1"
python = "^3.8"
python = "^3.8, <3.13"
python-dateutil = "^2.8.2"
tm_data_types = "^0.1.0"
typing_extensions = "^4.12.0"
Expand Down

0 comments on commit e09f05f

Please sign in to comment.