From 1732e125eb5226e08d6138e3843e6b7ca45cb71f Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Thu, 12 Jul 2018 14:47:28 +0200 Subject: [PATCH] support python3.7 --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ebae70f..e26d434 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Rapid Peptides Generator (RPG) is a software dedicated to predict proteases-indu :target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -:note: RPG is tested with Gitlab Ci for the following Python version: 3.4, 3.5 and 3.6 +:note: RPG is tested with Gitlab Ci for the following Python version: 3.4 to 3.7 :issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg diff --git a/setup.py b/setup.py index a6fb499..c2f1faa 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ metainfo = { 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Scientific/Engineering :: Bio-Informatics',] } -- GitLab