From 38d9a441ce730c296880558e17960492e450b8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 6 Feb 2020 18:55:03 +0100 Subject: [PATCH] Test with Python 3.9 as well --- tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests.yml b/tests.yml index c55eca8..e308377 100644 --- a/tests.yml +++ b/tests.yml @@ -28,6 +28,9 @@ - smoke38: dir: smoke run: VERSION=3.8 METHOD=venv ./venv.sh + - smoke39: + dir: smoke + run: VERSION=3.9 METHOD=venv ./venv.sh - smokepypy: dir: smoke run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh @@ -51,6 +54,7 @@ - python36 - python37 - python38 + - python39 - pypy - pypy3 - python2-devel