feat!: remove Python 3.9 support

This commit is contained in:
Mike A.
2025-11-08 14:48:13 +01:00
parent 706c11cea7
commit fa722c267b
2 changed files with 39 additions and 292 deletions

View File

@@ -5,7 +5,7 @@ description = "Query the location of your FindMy devices with Python!"
readme = "README.md"
authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]
license-files = ["LICENSE.md"]
requires-python = ">=3.9,<3.15"
requires-python = ">=3.10,<3.15"
dependencies = [
"srp>=1.0.21,<2.0.0",
"cryptography>=42.0.0,<46.0.0",