Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
73bcfab7
Commit
73bcfab7
authored
Feb 03, 2021
by
Nicolas MAILLET
Browse files
Remove python3.5 compatibility
parent
a9da90fd
Pipeline
#47180
passed with stages
in 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
73bcfab7
...
...
@@ -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
...
...
README.rst
View file @
73bcfab7
...
...
@@ -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
...
...
setup.py
View file @
73bcfab7
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment