From a3d15eb89a38e7b3cf7daec18cdba4e926980890 Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Tue, 13 Oct 2020 09:59:40 -0400 Subject: [PATCH 1/4] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 238470ee..bb55bb56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ python: - 3.6 - 3.7 - 3.8 + - 3.9 - pypy3 matrix: include: From f6d611465d01749145dc4851d662de0db981980e Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Tue, 13 Oct 2020 10:00:53 -0400 Subject: [PATCH 2/4] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6deb6ae6..b5639c73 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,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", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Testing", From 416fa4284835c6d904ac2438ee18be96ba882bc8 Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Tue, 13 Oct 2020 10:01:21 -0400 Subject: [PATCH 3/4] Update build-test.yml --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7d826ac4..b07bc8fb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 From 2aa4ce6e04c8aeb4de53551fc78a2af9dae7fbe3 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 16 Oct 2020 09:58:49 -0400 Subject: [PATCH 4/4] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb55bb56..f69f56d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: - 3.6 - 3.7 - 3.8 - - 3.9 + - 3.9-dev - pypy3 matrix: include: