File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Set up Python ${{ matrix.python-version }}
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : 3.11
14+ python-version : 3.13
1515 - name : Install uv
1616 uses : astral-sh/setup-uv@v6
1717 - name : Test with nox
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ def pytest_all_deps(session: nox.Session) -> None:
2323 session .run ("pytest" )
2424
2525
26- @nox .session (python = "3.11 " )
26+ @nox .session (python = "3.13 " )
2727def pytest_typeguard (session : nox .Session ) -> None :
2828 """Run pytest with typeguard."""
2929 session .install (".[test,other]" )
3030 session .run ("coverage" , "erase" )
3131 session .run ("pytest" , "--typeguard-packages=adaptive" )
3232
3333
34- @nox .session (python = "3.11 " )
34+ @nox .session (python = "3.13 " )
3535def coverage (session : nox .Session ) -> None :
3636 """Generate coverage report."""
3737 session .install (".[test,other]" )
You can’t perform that action at this time.
0 commit comments