From f490121df88795f9b2294c7ddadea5c8a74945a7 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 10 Nov 2020 08:20:29 +0100 Subject: [PATCH] Add Python 3.10 to CI --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index cfae427..b7091eb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -28,9 +28,13 @@ - marshalparser_compatibility39: dir: python/marshalparser run: VERSION=3.9 SAMPLE=200 test_marshalparser_compatibility.sh + - marshalparser_compatibility310: + dir: python/marshalparser + run: VERSION=3.10 SAMPLE=200 test_marshalparser_compatibility.sh required_packages: - python3.6 - python3.7 - python3.8 - python3.9 + - python3.10 - marshalparser