diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b740aa9b8f791897a58588214c8448b2920f342..40b44ea5e287eeeef9b03ba75fbaa4acd9944516 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.rst b/README.rst index e06263816048f33c4fc8c3ead8289c64612635dd..95ed41fef1b7dfcde49603fe1e7596428feaa1f3 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 2e3f0474ddea1cf07ca48c116cdd406e929e17ee..0b6753ce2f785b5d885f5f2f312bf7dce1cf614b 100644 --- a/setup.py +++ b/setup.py @@ -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