Skip to content
Snippets Groups Projects
Commit 72834fdc authored by Moul's avatar Moul
Browse files

Add Python 3.13 support (#208)

parent 028b457f
No related branches found
No related tags found
1 merge request!198Drop Py3.8, Add Py3.13, Bump pre-commit hooks and Pytest deps
...@@ -139,6 +139,11 @@ tests:3.12:cov: ...@@ -139,6 +139,11 @@ tests:3.12:cov:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
tests:3.13:
extends: .tests
variables:
PYTHON_VERSION: "3.13"
release: release:
stage: release stage: release
script: script:
......
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