From 8f0cb9f252f1c5957eae936de6034e65d24f7035 Mon Sep 17 00:00:00 2001 From: AncientPatata Date: Tue, 20 May 2025 11:25:13 +0200 Subject: [PATCH] Added support for python 3.12 --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index e33e029..d92d425 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -9,7 +9,7 @@ jobs: docker: strategy: matrix: - python_version: [3.10.12, 3.11] + python_version: [3.10.12, 3.11, 3.12] runs-on: ubuntu-latest steps: - name: Login to Docker Hub