Merge pull request #102 from IAlibay/python3.9

Adds python 3.9 to CI
This commit is contained in:
Nathan Baker
2020-11-18 09:32:51 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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',
],