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

@ -3,7 +3,7 @@ workflow:
variables: variables:
UV_VERSION: "0.11.2" UV_VERSION: "0.11.2"
PYTHON_VERSION: "3.13" PYTHON_VERSION: "3.11"
BASE_LAYER: trixie-slim BASE_LAYER: trixie-slim
# BASE_LAYER: ubuntu:24.04 # BASE_LAYER: ubuntu:24.04
# GitLab CI creates a separate mountpoint for the build directory, # GitLab CI creates a separate mountpoint for the build directory,

View file

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