1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-25 01:55:16 +02:00

Only test oldest and newest Python on Travis CI

This commit is contained in:
Hugo van Kemenade 2020-11-15 19:33:38 +02:00 committed by GitHub
parent 298696be8f
commit ac13d0d577
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ arch:
- arm64
- s390x
# Only test oldest and newest supported versions
python:
- "3.6"
- "3.8"
- "3.9"
jobs: