Skip to content

[DEV-19025] more frameworks support (#3) #80

[DEV-19025] more frameworks support (#3)

[DEV-19025] more frameworks support (#3) #80

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pdm install -dG dev --frozen-lockfile
- name: Run Tests
run: pdm run pytest
test_frameworks_compability:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.11.7' ]
steps:
- uses: actions/checkout@v4
- name: Set up nox
uses: wntrblm/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Run nox
run: nox