From 7d431bd1fd7fb779685a8a5e8a115c74b9a65042 Mon Sep 17 00:00:00 2001 From: Allen Thomas Varghese Date: Mon, 4 Jan 2021 09:12:55 +0000 Subject: [PATCH] Add Py3.9 support --- .github/workflows/ci.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61d3861bd..067cd8f18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python: [3.5, 3.6, 3.7, pypy3] + python: [3.5, 3.6, 3.7, 3.9, pypy3] steps: - uses: actions/checkout@v1 diff --git a/setup.py b/setup.py index 0ebcc3455..4f0d42365 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: Apache Software License', ], )