From 8f289dd9cd4af4e6707a3dd0a15f8009169721a2 Mon Sep 17 00:00:00 2001 From: Sergey Novikov Date: Tue, 26 Mar 2024 19:56:27 +0100 Subject: [PATCH] Update python versions --- .github/workflows/docker-build.yml | 11 ++++++----- LICENSE | 2 +- Makefile | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index cfe6e3f..1a038db 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -18,11 +18,12 @@ jobs: PYTHON: - 3.5.10 - 3.6.15 - - 3.7.16 - - 3.8.16 - - 3.9.16 - - 3.10.9 - - 3.11.1 + - 3.7.17 + - 3.8.19 + - 3.9.19 + - 3.10.14 + - 3.11.8 + - 3.12.2 steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/LICENSE b/LICENSE index 96f2f2d..ec3748c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Flaconi GmbH +Copyright (c) 2022-2024 Flaconi GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 03461a3..baf1731 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ TAG = latest JENKINS_SLAVE = 4.13.3-1-jdk11 # Python versions: $PYTHON_MAJOR.PYTHON_PATCH -PYTHON_MAJOR = 3.11 -PYTHON_PATCH = 1 +PYTHON_MAJOR = 3.12 +PYTHON_PATCH = 2 pull: docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_SLAVE}/$(JENKINS_SLAVE)/g";)