Skip to content
Snippets Groups Projects

add pipeline for python3.13

Merged Gabriel Preuß requested to merge add-python3.13-pipeline into development
Files
3
+ 1
1
@@ -23,7 +23,7 @@ Test Python Versions:
- pytest --tb=no --ignore=test/endpoints --ignore test/harvester
parallel:
matrix:
- PYTHON_VERSION: [ "3.10", "3.11", "3.12" ]
- PYTHON_VERSION: [ "3.10", "3.11", "3.12", "3.13" ]
Check Endpoints:
stage: Endpoint Tests
Loading