Allow python 3.11

This commit is contained in:
simonwt 2026-04-13 18:17:37 +01:00
parent c20ec05e4b
commit 3d8ed468d7
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
[project]
name = "trustcafeapiwrapper"
version = "0.1.0.8"
version = "0.1.0.9"
description = "Wraps the Trust Cafe API"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.11"
dependencies = [
"dotenv>=0.9.9",
"pydantic>=2.12.5",