Skip to content

Commit ebb6a1c

Browse files
committed
Support python 3.13
1 parent 8fb2338 commit ebb6a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{ include = "findmy" }]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9,<3.13"
10+
python = ">=3.9,<3.14"
1111
srp = "^1.0.21"
1212
cryptography = ">=42.0.0,<45.0.0"
1313
beautifulsoup4 = "^4.12.3"

0 commit comments

Comments
 (0)