fix: add Python 3.14 and threaded versions, update actions

This commit is contained in:
scito
2025-09-19 11:47:14 +02:00
committed by Roland Kurmann
parent 5febef269a
commit d6677623ec
3 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ jobs:
# steps to perform in job
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
# avoid building if there are testing errors
- name: Run smoke test
@@ -168,7 +168,7 @@ jobs:
# steps to perform in job
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
# avoid building if there are testing errors
- name: Run smoke test
@@ -296,7 +296,7 @@ jobs:
# steps to perform in job
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
# avoid building if there are testing errors
- name: Run smoke test