From c7d29ed4903e4c137ab8b44a1de6e67960ee51ef Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 13 Oct 2021 01:22:44 +0200 Subject: [PATCH] Extend test matrix --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index b7091eb..4cd3b3e 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -31,10 +31,14 @@ - marshalparser_compatibility310: dir: python/marshalparser run: VERSION=3.10 SAMPLE=200 test_marshalparser_compatibility.sh + - marshalparser_compatibility311: + dir: python/marshalparser + run: VERSION=3.11 SAMPLE=200 test_marshalparser_compatibility.sh required_packages: - python3.6 - python3.7 - python3.8 - python3.9 - python3.10 + - python3.11 - marshalparser