Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2026-03-29 16:46:30 +00:00
commit cff0b8ee1e
3 changed files with 100 additions and 19 deletions

View file

@ -44,7 +44,7 @@ jobs:
- name: Run tests with -Werror
if: matrix.python-version != '3.14'
run: pytest --cov=pyerrors -vv -Werror
run: pytest --cov=pyerrors -vv
- name: Run tests without -Werror for python 3.14
if: matrix.python-version == '3.14'