Skip to content

Commit

Permalink
Revert "Revert "Drop 3.10 testing until scikit learn is updated""
Browse files Browse the repository at this point in the history
This reverts commit 33fcb33.
  • Loading branch information
eddiebergman committed Aug 18, 2022
1 parent 7d139e8 commit 11b78ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9'] # 3.10 once updated
kind: ['conda', 'source', 'dist']

exclude:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- encoding: utf-8 -*-
import os
import sys

Expand Down

0 comments on commit 11b78ad

Please sign in to comment.