Skip to content

Commit dbb99fb

Browse files
fix: upgrade CI to Python 3.11 to match Dockerfiles and support scikit-learn 1.8.0
1 parent 9e7659a commit dbb99fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: Set up Python 3.10
16+
- name: Set up Python 3.11
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.11"
2020

2121
- name: Install Backend Dependencies
2222
run: |

0 commit comments

Comments
 (0)