Skip to content

Commit 4dc8454

Browse files
authored
Python 3.9 end-of-life. Agent update. (#33)
1 parent 80955be commit 4dc8454

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
PYTHON:
19-
- 3.9.24
2019
- 3.10.19
2120
- 3.11.14
2221
- 3.12.12

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IMAGE = flaconi/jnlp-slave-py
1010
TAG = latest
1111

1212
# Base image version: https://github.com/jenkinsci/docker-agent/releases/latest
13-
JENKINS_AGENT = 3345.v03dee9b_f88fc-1
13+
JENKINS_AGENT = 3345.v03dee9b_f88fc-5
1414

1515
# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
1616
PYTHON_MAJOR = 3.14

0 commit comments

Comments
 (0)