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