Skip to content

Bump nox from 2025.2.9 to 2025.5.1 in the production-dependencies group #209

Bump nox from 2025.2.9 to 2025.5.1 in the production-dependencies group

Bump nox from 2025.2.9 to 2025.5.1 in the production-dependencies group #209

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.02.09
with:
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13"
- name: Test with NOX
run: |
nox --session tests