From 0e627f76f85bfb2283c7c5c3588bf3c35f4e9d62 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 15 Oct 2019 20:22:21 +0300 Subject: [PATCH 1/2] Declare support for Python 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a45910311..0253823ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", From abfe3713e162307a5dadb277c19aac0f85dc3ad3 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 15 Oct 2019 20:59:35 +0300 Subject: [PATCH 2/2] Test on Python 3.8 final --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56caf8434..d22d1f68e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: python: 3.7 env: DEPLOY=yes - os: linux - python: 3.8-dev + python: 3.8 - os: osx language: generic script: