Update of tests' workflow

This commit is contained in:
Miroslav Stampar
2026-01-23 10:49:12 +01:00
parent 21d0c67bf7
commit 876f14199e
3 changed files with 9 additions and 6 deletions

View File

@@ -10,14 +10,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 'pypy-2.7', '3.13' ]
python-version: [ 'pypy-2.7', '3.8', '3.14' ]
exclude:
- os: macos-latest
python-version: 'pypy-2.7'
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Basic import test