mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Test pypy3.9
This commit is contained in:
parent
f9d9b88a77
commit
f7fd323dea
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -6,12 +6,14 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3.7, pypy3.8]
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3.7, pypy3.8, pypy3.9]
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: pypy3.7
|
python-version: pypy3.7
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: pypy3.8
|
python-version: pypy3.8
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: pypy3.9
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue