Skip to content

Commit

Permalink
Remove Python 3.13 upper bound restriction (#1355)
Browse files Browse the repository at this point in the history
* Remove Python 3.13 upper bound restriction

* Fix missing poetry.lock file

* Upgrading numpy on the poetry.lock file from v1.26.0 to v1.26.4
  • Loading branch information
bigluck authored and kevinjqliu committed Nov 27, 2024
1 parent f3323ab commit fe4375a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 38 deletions.
78 changes: 41 additions & 37 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 @@ -49,7 +49,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9, <3.13, !=3.9.7"
python = "^3.9, !=3.9.7"
mmh3 = ">=4.0.0,<6.0.0"
requests = ">=2.20.0,<3.0.0"
click = ">=7.1.1,<9.0.0"
Expand Down

0 comments on commit fe4375a

Please sign in to comment.