File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : " 3.14 "
18+ python-version : " 3.12 "
1919 - name : Install nox
2020 run : |
2121 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ def system_noextras(session: nox.sessions.Session):
420420 )
421421
422422
423- @nox .session (python = "3.14 " )
423+ @nox .session (python = "3.12 " )
424424def doctest (session : nox .sessions .Session ):
425425 """Run the system test suite."""
426426 run_system (
@@ -510,7 +510,7 @@ def cover(session):
510510 session .run ("coverage" , "erase" )
511511
512512
513- @nox .session (python = "3.14 " )
513+ @nox .session (python = "3.12 " )
514514def docs (session ):
515515 """Build the docs for this library."""
516516 session .install ("-e" , ".[scikit-learn]" )
You can’t perform that action at this time.
0 commit comments