From ebb6a1cb0a1a395e5e7ec8f9215e44b96212dee2 Mon Sep 17 00:00:00 2001 From: "Mike A." Date: Tue, 31 Dec 2024 14:21:02 +0100 Subject: [PATCH] Support python 3.13 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d797d0d..67038d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2077,5 +2077,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.13" -content-hash = "5e024a02db1087b08a3687cea0d572515957a0346126a4837186fedb22b5af99" +python-versions = ">=3.9,<3.14" +content-hash = "62a4fa64ff5f4ef1f7845adada99ccb41d056fb644bed923b1d7046316e720c5" diff --git a/pyproject.toml b/pyproject.toml index 7627312..53d51e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"