Skip to content

Commit bae4bc2

Browse files
committed
use python image v3.13.12
1 parent 0941644 commit bae4bc2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1111

1212
- export requirements.txt on build
1313

14+
### Changed
15+
16+
- gitlab: use python image v3.13.12
17+
1418

1519
## [8.3.2] 2026-03-02
1620

src/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
default:
3-
image: docker-registry.eccenca.com/eccenca-python:v3.13.8
3+
image: docker-registry.eccenca.com/eccenca-python:v3.13.12
44
# all jobs can be interrupted in case a new commit is pushed
55
interruptible: true
66
before_script:

0 commit comments

Comments
 (0)