Skip to content

Commit

Permalink
Support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Dec 31, 2024
1 parent 8fb2338 commit ebb6a1c
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 @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "findmy" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.9,<3.14"
srp = "^1.0.21"
cryptography = ">=42.0.0,<45.0.0"
beautifulsoup4 = "^4.12.3"
Expand Down

0 comments on commit ebb6a1c

Please # to comment.