Allow python 3.11
This commit is contained in:
parent
c20ec05e4b
commit
3d8ed468d7
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ workflow:
|
|||
|
||||
variables:
|
||||
UV_VERSION: "0.11.2"
|
||||
PYTHON_VERSION: "3.13"
|
||||
PYTHON_VERSION: "3.11"
|
||||
BASE_LAYER: trixie-slim
|
||||
# BASE_LAYER: ubuntu:24.04
|
||||
# GitLab CI creates a separate mountpoint for the build directory,
|
||||
|
|
|
|||
|
|
@ -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