Skip to content
Snippets Groups Projects
Commit 1732e125 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

support python3.7

parent c4151edb
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -19,7 +19,7 @@ Rapid Peptides Generator (RPG) is a software dedicated to predict proteases-indu ...@@ -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 :target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status :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 :issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg
......
...@@ -25,6 +25,7 @@ metainfo = { ...@@ -25,6 +25,7 @@ metainfo = {
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: Bio-Informatics',] 'Topic :: Scientific/Engineering :: Bio-Informatics',]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment