From c2c03f8e7be6973ef3cbdb3ca424e55a81a956d7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 4 Nov 2018 22:40:03 -0800 Subject: [PATCH] Compatible with Python 3.7 --- .travis.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1bc9361f..3e2bdbfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python # 3.6 is listed first so it gets used for the later build stages python: - "3.6" - - "3.7-dev" + - "3.7" - "3.5" # Executed for 3.5 AND 3.5 as the first "test" stage: diff --git a/setup.py b/setup.py index b2fce1c0..a8132366 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( 'Intended Audience :: End Users/Desktop', 'Topic :: Database', 'License :: OSI Approved :: Apache Software License', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.5', ],