mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-10 02:30:58 +01:00
trimmed linux
This commit is contained in:
parent
1da3b6166c
commit
189fec907a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"]
|
||||
python-version: ["3.6", "3.7", "3.8", "pypy3.7", "pypy3.8"]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9"]
|
||||
python-version: ["3.12", "3.11", "3.10", "3.9", "pypy3.9"]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue