From c21c373175d68443866caa349a8e0727485f274a Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 30 Aug 2021 13:30:23 +0200 Subject: [PATCH] mod setup.py --- docs/CHANGELOG.md | 3 ++- setup.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 45aea82..d2de12f 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ The CHANGELOG for the current development version is available at [https://github.com/rasbt/biopandas/blob/main/docs/sources/CHANGELOG.md](https://github.com/rasbt/biopandas/blob/main/docs/sources/CHANGELOG.md). -### 0.2.9 (TBD) +### 0.2.9 ##### Downloads @@ -18,6 +18,7 @@ The CHANGELOG for the current development version is available at ##### Changes - Now also allow `.ent` and `.ent.gz` file endings for PDB files. (via PR [82](https://github.com/rasbt/biopandas/pull/82/files) +- Added Python 3.8 and 3.9 to setup.py in order to support these versions via conda-forge. (via PR [87](https://github.com/rasbt/biopandas/pull/87/files) ##### Bug Fixes diff --git a/setup.py b/setup.py index 8764ea8..fdded18 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Scientific/Engineering', ], long_description="""