Skip to content

Commit 2f35545

Browse files
committed
Drop 3.10 testing until scikit learn is updated
1 parent 8f3f712 commit 2f35545

File tree

2 files changed

+1
-2
lines changed

2 files changed

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

5252
exclude:

setup.py

Lines changed: 0 additions & 1 deletion
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)