chore: Update Python version matrix in service-adapters CI workflow
Some checks failed
Integration Tests / integration-tests (push) Failing after 29s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 34s
Service Adapters (Python FastAPI) / test (3.11) (push) Failing after 39s
Service Adapters (Python FastAPI) / test (3.12) (push) Failing after 42s
Service Adapters (Python FastAPI) / test (3.14) (push) Failing after 11s
Service Adapters (Python FastAPI) / test (3.13) (push) Failing after 1m57s
Service Adapters (Python FastAPI) / build (push) Has been skipped

### Summary of Changes
- Modified the Python version matrix in the CI workflow for service-adapters to include versions 3.11, 3.12, 3.13, and 3.14, removing 3.9 and 3.10.

### Expected Results
- Ensured compatibility with newer Python features and improvements, enhancing the overall CI process for service-adapters.
This commit is contained in:
GSRN
2025-09-16 23:40:55 +02:00
parent f237651dc2
commit 3a6b162523

View File

@@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
python-version: [3.11, 3.12, 3.13, 3.14]
steps:
- name: Checkout code