Skip to content
Snippets Groups Projects
Commit 243e5c1a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-python-3.13' into 'dev'

Python 3.13

See merge request !152
parents 9e73d96b 9bd5e42c
No related branches found
No related tags found
2 merge requests!159Release 0.16.o,!152Python 3.13
Pipeline #56604 passed with warnings
...@@ -113,15 +113,8 @@ unittest_py3.13: ...@@ -113,15 +113,8 @@ unittest_py3.13:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
needs: [ ] needs: [ ]
image: python:3.13-rc image: python:3.13
script: script: *python_test_script
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# Python docker has problems with tox and pip so use plain pytest here
- apt update && apt install -y cargo
- touch ~/.pylinkahead.ini
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
- python -m pytest unittests
# Trigger building of server image and integration tests # Trigger building of server image and integration tests
trigger_build: trigger_build:
......
...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
* Official support for Python 3.13
### Changed ### ### Changed ###
### Deprecated ### ### Deprecated ###
......
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