From b164c1db1ab99ff0cd28f80cbb0344895d5ad6a5 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Wed, 18 Nov 2020 01:27:41 +0000 Subject: [PATCH] Adds python3.9 to CI --- .github/workflows/python-package.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 62c4ab1..36b9bee 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 009fdd5..3a20dc4 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ See http://propka.org/ for the PROPKA web server. 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Scientific/Engineering :: Bio-Informatics', 'Topic :: Scientific/Engineering :: Chemistry', ],