Skip to content

Commit 6c9ffac

Browse files
MAINT: Ensure nightly jobs use newer packages as required (#2802)
* test with newer array api packages * try another version * Update .ci/pipeline/nightly.yml Co-authored-by: Victoriya Fedotova <viktoria.nn@gmail.com> * Update .ci/pipeline/nightly.yml --------- Co-authored-by: Victoriya Fedotova <viktoria.nn@gmail.com>
1 parent fe0a2ed commit 6c9ffac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/pipeline/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
timeoutInMinutes: 120
9797
strategy:
9898
matrix:
99-
Python3.11_SklearnMain:
100-
PYTHON_VERSION: '3.11'
99+
Python3.13_SklearnMain:
100+
PYTHON_VERSION: '3.13'
101101
SKLEARN_VERSION: 'main'
102102
pool:
103103
vmImage: 'ubuntu-24.04'
@@ -107,8 +107,8 @@ jobs:
107107
timeoutInMinutes: 120
108108
strategy:
109109
matrix:
110-
Python3.11_SklearnMain:
111-
PYTHON_VERSION: '3.11'
110+
Python3.13_SklearnMain:
111+
PYTHON_VERSION: '3.13'
112112
SKLEARN_VERSION: 'main'
113113
pool:
114114
vmImage: 'windows-2022'

0 commit comments

Comments
 (0)