Allow python 3.11
This commit is contained in:
parent
c20ec05e4b
commit
3d8ed468d7
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue