Add Python 3.10 to CI

This commit is contained in:
Lumir Balhar 2020-11-10 08:20:29 +01:00
parent 1611df0803
commit f490121df8

View File

@ -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