From bb40c2a2a8f74615061305efb20bad62a15c6f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 9 Feb 2019 11:55:22 +0100 Subject: [PATCH] Smoke test Python 3.8 --- tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests.yml b/tests.yml index 3d37712..b58ec77 100644 --- a/tests.yml +++ b/tests.yml @@ -14,6 +14,9 @@ - smoke37: dir: smoke run: VERSION=3.7 METHOD=venv ./venv.sh + - smoke38: + dir: smoke + run: VERSION=3.8 METHOD=venv ./venv.sh - smokepypy: dir: smoke run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh @@ -32,6 +35,7 @@ - python27 - python36 - python37 + - python38 - pypy - pypy3 - python2-devel