diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bb14b74..0e59a90 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,11 +16,11 @@ jobs: fail-fast: false matrix: PYTHON: - - 3.8.20 - 3.9.20 - 3.10.15 - 3.11.10 - 3.12.7 + - 3.13.0 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index 108b57c..3bc1a6b 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ TAG = latest JENKINS_AGENT = 3283.v92c105e0f819-1-jdk17 # Python versions: $PYTHON_MAJOR.$PYTHON_PATCH -PYTHON_MAJOR = 3.12 -PYTHON_PATCH = 7 +PYTHON_MAJOR = 3.13 +PYTHON_PATCH = 0 pull: docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_AGENT}/$(JENKINS_AGENT)/g";) diff --git a/README.md b/README.md index 72b0143..e3cb72b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jenkins Agent and python [![GitHub release](https://img.shields.io/github/release/flaconi/docker-jnlp-slave-py.svg?label=changelog)](https://github.com/flaconi/docker-jnlp-slave-py/releases/latest) -[![Docker Pulls](https://img.shields.io/docker/pulls/flaconi/jnlp-slave-py.svg)](https://hub.docker.com/r/flaconi/jnlp-slave-py/) +[![Docker Pulls](https://img.shields.io/docker/pulls/flaconi/jnlp-slave-py)](https://hub.docker.com/r/flaconi/jnlp-slave-py/) A Jenkins agent which can connect to Jenkins using JNLP4 + python preinstalled