mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 01:41:16 +01:00
Compare commits
7 Commits
9d54cd6c3a
...
add_pypy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f1e9fab22 | ||
|
|
d7570e4da2 | ||
|
|
e11e545ea1 | ||
|
|
a9df232cc3 | ||
|
|
94954cdee3 | ||
|
|
18c58d6cb8 | ||
|
|
0ad14ab908 |
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -22,9 +22,21 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# 3.x is used to run code coverage
|
||||
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
|
||||
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.10", "pypy3.11"]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-15-intel]
|
||||
# exclude:
|
||||
exclude:
|
||||
- python-version: "pypy3.10"
|
||||
platform: "windows-latest"
|
||||
- python-version: "pypy3.11"
|
||||
platform: "windows-latest"
|
||||
- python-version: "pypy3.10"
|
||||
platform: "ubuntu-24.04-arm"
|
||||
- python-version: "pypy3.11"
|
||||
platform: "ubuntu-24.04-arm"
|
||||
- python-version: "pypy3.10"
|
||||
platform: "macos-latest"
|
||||
- python-version: "pypy3.11"
|
||||
platform: "macos-latest"
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user