This is an automated email from the ASF dual-hosted git repository.
snazy 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 5a202bc3 main: Update python Docker tag to v3.13 (#690)
5a202bc3 is described below
commit 5a202bc35fe74ed3a6240fa037a54013c18f1fd5
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 18:03:15 2025 +0100
main: Update python Docker tag to v3.13 (#690)
---
regtests/client/python/.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/regtests/client/python/.gitlab-ci.yml
b/regtests/client/python/.gitlab-ci.yml
index 98bd0e6a..3931b47b 100644
--- a/regtests/client/python/.gitlab-ci.yml
+++ b/regtests/client/python/.gitlab-ci.yml
@@ -34,16 +34,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