From f228d5f07a72a6fcf293ec21a3dca89af0ef5df8 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Thu, 10 Jun 2021 17:24:49 +0200 Subject: [PATCH] travis: test python 3.9 and minecraft 1.17 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5eee75..08f1392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" env: - - MC_VERSION=1.16.1 + - MC_VERSION=1.17 before_install: - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/Imaging.h - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImagingUtils.h