mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-22 10:10:02 +01:00
fix: remove failing ci-tests
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -22,9 +22,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# 3.x is used to run code coverage
|
# 3.x is used to run code coverage
|
||||||
python-version: ["3.x", "3.14", "3.14t", "3.13", "3.13t", "3.12", "3.11", "3.10", "3.9"]
|
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-24.04-arm, macos-13]
|
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-13]
|
||||||
# exclude:
|
exclude:
|
||||||
|
- python-version: "3.14"
|
||||||
|
platform: windows-latest
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user