From d9064ea06c7a7ef094b4e26abcc86bbe2c62cc83 Mon Sep 17 00:00:00 2001 From: Tom Flanagan Date: Sat, 20 Feb 2021 15:16:29 -0800 Subject: [PATCH] Add Python 3.9 --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bbeb6a1..b7e5540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" - "pypy" - "pypy3" diff --git a/setup.py b/setup.py index 836f351..facd391 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ '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', 'Topic :: Scientific/Engineering :: GIS', 'Topic :: Software Development :: Libraries :: Python Modules',