Skip to content

Commit 33fcb33

Browse files
committed
Revert "Drop 3.10 testing until scikit learn is updated"
This reverts commit 686a567.
1 parent 38d96b0 commit 33fcb33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [windows-latest, macos-latest, ubuntu-latest]
49-
python-version: ['3.7', '3.8', '3.9'] # 3.10 once updated
49+
python-version: ['3.7', '3.8', '3.9', '3.10']
5050
kind: ['conda', 'source', 'dist']
5151

5252
exclude:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- encoding: utf-8 -*-
12
import os
23
import sys
34

0 commit comments

Comments
 (0)