This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new a2bc9d3a3 main: Update python Docker tag to v3.13 (#1669)
a2bc9d3a3 is described below
commit a2bc9d3a33e07088c557959ff1b3aaeb41de4794
Author: Mend Renovate <[email protected]>
AuthorDate: Sun May 25 07:32:43 2025 +0200
main: Update python Docker tag to v3.13 (#1669)
---
client/python/.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/client/python/.gitlab-ci.yml b/client/python/.gitlab-ci.yml
index 05e5d3452..6202886e2 100644
--- a/client/python/.gitlab-ci.yml
+++ b/client/python/.gitlab-ci.yml
@@ -35,16 +35,16 @@ stages:
pytest-3.7:
extends: .pytest
- image: python:3.7-alpine
+ image: python:3.13-alpine
pytest-3.8:
extends: .pytest
- image: python:3.8-alpine
+ image: python:3.13-alpine
pytest-3.9:
extends: .pytest
- image: python:3.9-alpine
+ image: python:3.13-alpine
pytest-3.10:
extends: .pytest
- image: python:3.10-alpine
+ image: python:3.13-alpine
pytest-3.11:
extends: .pytest
- image: python:3.11-alpine
+ image: python:3.13-alpine