Skip to content

Commit 11b78ad

Browse files
committed
Revert "Revert "Drop 3.10 testing until scikit learn is updated""
This reverts commit 33fcb33.
1 parent 7d139e8 commit 11b78ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pytest.yml

+1-1
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']
49+
python-version: ['3.7', '3.8', '3.9'] # 3.10 once updated
5050
kind: ['conda', 'source', 'dist']
5151

5252
exclude:

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- encoding: utf-8 -*-
21
import os
32
import sys
43

0 commit comments

Comments
 (0)