Adds python3.9 to CI

This commit is contained in:
IAlibay
2020-11-18 01:27:41 +00:00
parent 9dfd87a0eb
commit b164c1db1a
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',
],