Skip to content

Bump pytest-cov from 6.2.0 to 6.2.1 in the production-dependencies group #237

Bump pytest-cov from 6.2.0 to 6.2.1 in the production-dependencies group

Bump pytest-cov from 6.2.0 to 6.2.1 in the production-dependencies group #237

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
[
# ubuntu-20.04,
ubuntu-22.04,
# windows-2019,
# windows-2022,
# macos-11,
# macos-12,
# macos-13,
]
steps:
- uses: actions/checkout@v4
- uses: wntrblm/nox@2025.05.01
with:
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13"
- name: Test with NOX
run: |
nox --session tests