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

Tested on python 3.13

parent de47a7b9
Branches master
No related tags found
No related merge requests found
Pipeline #141555 passed
......@@ -6,6 +6,7 @@ stages:
- py310
- py311
- py312
- py313
test-py3.6:
image: python:3.6
stage: py36
......@@ -48,4 +49,11 @@ test-py3.12:
script:
- pip3 install -r requirements.txt
- python3.12 -m pytest --cov rpg tests
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
test-py3.13:
image: python:3.13
stage: py313
script:
- pip3 install -r requirements.txt
- python3.13 -m pytest --cov rpg tests
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
\ No newline at end of file
......@@ -27,7 +27,7 @@ Rapid Peptides Generator (RPG) is a software dedicated to predict proteases-indu
:target: https://archive.softwareheritage.org/browse/origin/?origin_url=https://gitlab.pasteur.fr/nmaillet/rpg
:alt: Software Heritage Status
:note: RPG is tested with Gitlab Ci for the following Python version: 3.6 to 3.12
:note: RPG is tested with Gitlab Ci for the following Python version: 3.6 to 3.13
:issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg
:publication: To cite RPG, please refer to https://doi.org/10.1093/nargab/lqz004
......
......@@ -106,6 +106,7 @@ setup(
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
# This field adds keywords for your project which will appear on the
......
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