Skip to content

Commit 382c818

Browse files
committed
ci: update gitlab python version to 3.10
- Sklearn 1.4 drops support for python 3.8 and 3.9.
1 parent 44cd390 commit 382c818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stages:
44
- test
55

66
variables:
7-
PYVERSION: "3.8"
7+
PYVERSION: "3.10"
88
BINDIR: "/root/sklldev/bin"
99
MPLBACKEND: "Agg"
1010
LOGCAPTURE_LEVEL: "WARNING"

0 commit comments

Comments
 (0)