diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 222ec17..7c5f474 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,11 +16,12 @@ jobs: fail-fast: false matrix: PYTHON: - - 3.9.23 - - 3.10.18 - - 3.11.13 - - 3.12.11 - - 3.13.7 + - 3.9.24 + - 3.10.19 + - 3.11.14 + - 3.12.12 + - 3.13.9 + - 3.14.0 steps: - name: Checkout repository uses: actions/checkout@v5 diff --git a/Makefile b/Makefile index aa77db8..5a00cac 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ TAG = latest JENKINS_AGENT = 3327.v868139a_d00e0-8 # Python versions: $PYTHON_MAJOR.$PYTHON_PATCH -PYTHON_MAJOR = 3.13 -PYTHON_PATCH = 7 +PYTHON_MAJOR = 3.14 +PYTHON_PATCH = 0 pull: docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_AGENT}/$(JENKINS_AGENT)/g";)