Skip to content

Commit

Permalink
ci: update gitlab python version to 3.10
Browse files Browse the repository at this point in the history
- Sklearn 1.4 drops support for python 3.8 and 3.9.
  • Loading branch information
desilinguist committed Feb 20, 2024
1 parent 44cd390 commit 382c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- test

variables:
PYVERSION: "3.8"
PYVERSION: "3.10"
BINDIR: "/root/sklldev/bin"
MPLBACKEND: "Agg"
LOGCAPTURE_LEVEL: "WARNING"
Expand Down

0 comments on commit 382c818

Please sign in to comment.