use ubuntu-22.04 to preserve python 3.7 and add python 3.13 in tests

This commit is contained in:
Ahmed TAHRI 2024-10-13 20:10:27 +02:00
parent 1379a2e281
commit 03bac4d848

View File

@ -24,8 +24,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-22.04, macos-13, windows-latest]
python-version:
- '3.13'
- '3.12'
- '3.11'
- '3.10'