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

Remove python3.5 compatibility

parent a9da90fd
No related branches found
No related tags found
No related merge requests found
Pipeline #47180 passed
......@@ -6,6 +6,8 @@ CHANGELOG
Input file can be processed in parallel (-c options for the number of processes to use)
Remove Python 3.5 compatibility
- 1.1.0
Modify input. Now, option -i only takes files. Use option -s to input sequence
......
......@@ -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.5 to 3.9
:note: RPG is tested with Gitlab Ci for the following Python version: 3.6 to 3.9
:issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg
......
......@@ -99,7 +99,6 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate you support Python 3. These classifiers are *not*
# checked by 'pip install'. See instead 'python_requires' below.
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
......@@ -133,7 +132,7 @@ setup(
# 'Programming Language' classifiers above, 'pip install' will check this
# and refuse to install the project if the version does not match. See
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
python_requires='>=3.5',
python_requires='>=3.6',
# This field lists other packages that your project depends on to run.
# Any package you put here will be installed by pip when your project is
......
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