mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-20 23:40:25 +01:00
no pypy3.11
This commit is contained in:
parent
851734fb4a
commit
121f684c53
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10"]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
name: "MacOS 12 - Python ${{ matrix.python-version }}"
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10"]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue