diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60a1315..99e4611 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 - name: Setup NOX - uses: wntrblm/nox@2025.10.16 + uses: wntrblm/nox@2025.11.12 with: python-versions: "3.10, 3.11, 3.12, 3.13, 3.14" - name: Test with NOX