From c1d0f0e6bdad7b9d579c171cb222f7fee41bb243 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 23 Oct 2024 11:56:22 +0200 Subject: [PATCH] Update CI testing matrix (cherry picked from Fedora commit 49ccbadc72776e99fd1a1e111ad328599f684835) --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 1a053b2..0e601b6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -19,6 +19,10 @@ - marshalparser_compatibility312: dir: python/marshalparser run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh + - marshalparser_compatibility314: + dir: python/marshalparser + run: VERSION=3.14 SAMPLE=200 test_marshalparser_compatibility.sh required_packages: - python3.12 + - python3.14 - marshalparser