updated versions and os

This commit is contained in:
priya-kinthali 2024-10-11 15:57:13 +05:30
parent 80ab5a6221
commit d1c8c01178
5 changed files with 135 additions and 47 deletions

View file

@ -20,7 +20,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
os:
[
ubuntu-20.04,
ubuntu-22.04,
ubuntu-24.04,
windows-latest,
macos-latest,
macos-13
]
pypy:
- 'pypy-2.7'
- 'pypy-3.10'