Merge branch 'python311' into 'main'

Allow python 3.11

See merge request trustcafe/trustcafe-api-wrapper!7
This commit is contained in:
Simon Little 2026-04-13 17:19:14 +00:00
commit ac4eff59f6
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",