From 1219f89abf55b437d18a61b1dc2580c504446fa3 Mon Sep 17 00:00:00 2001 From: jbleyel Date: Sat, 26 Oct 2024 20:21:16 +0200 Subject: [PATCH] build action add gcc 14 / python 3.13 --- .github/workflows/enigma2-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/enigma2-plugins.yml b/.github/workflows/enigma2-plugins.yml index b6f76dcec..42b210774 100644 --- a/.github/workflows/enigma2-plugins.yml +++ b/.github/workflows/enigma2-plugins.yml @@ -12,8 +12,8 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - gcc: [11,13] - python: ['3.10','3.11','3.12'] + gcc: [11,13,14] + python: ['3.10','3.11','3.12','3.13'] steps: - name: Install prerequisites run: |