chore(ci): fix 3.13 tests and incompatibilities

This commit is contained in:
Matthias
2025-06-04 08:18:50 +02:00
parent d3b5be6cb6
commit c6c2934741

View File

@@ -103,6 +103,8 @@ jobs:
python build_helpers/create_command_partials.py
- name: Check for repository changes
# TODO: python 3.13 slightly changed the output of argparse.
if: (matrix.python-version != '3.13')
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "Repository is dirty, changes detected:"
@@ -158,6 +160,9 @@ jobs:
matrix:
os: [ "macos-13", "macos-14", "macos-15" ]
python-version: ["3.10", "3.11", "3.12", "3.13"]
exclude:
- os: macos-13
python-version: "3.13"
steps:
- uses: actions/checkout@v4