1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00

adjust python versions

This commit is contained in:
Peter Bieringer 2025-09-27 07:46:46 +02:00
parent c84b94c245
commit accd65d94a

View file

@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12.3', '3.13.0', pypy-3.9]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
exclude:
- os: windows-latest
python-version: pypy-3.9
python-version: pypy-3.11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4