From 3d8ed468d72f436c16e97168380b981a9baab027 Mon Sep 17 00:00:00 2001 From: simonwt Date: Mon, 13 Apr 2026 18:17:37 +0100 Subject: [PATCH] Allow python 3.11 --- .gitlab-ci.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f7a15c..c7fd9a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 9fb9206..4c6218a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",