From f1f7ba5e28d2c3f6c0652eacdaeee7db3acf4700 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 11 Nov 2020 22:37:41 +0500 Subject: test on Python 3.9 --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6becca7..7228e02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" - "pypy3" script: python -m unittest discover diff --git a/setup.py b/setup.py index 7c582f6..c0ebe1b 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1