Skip to content

Commit 5586ad0

Browse files
Merge pull request #295 from robertmartin8/revert-293-p39-support
Revert "Add Python 3.9 support [issue 292]"
2 parents a431538 + 7e0ce62 commit 5586ad0

File tree

5 files changed

+142
-194
lines changed

5 files changed

+142
-194
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
python-version: [3.9]
14+
python-version: [3.8]
1515
include:
1616
- os: ubuntu-latest
1717
python-version: 3.6
1818
- os: ubuntu-latest
1919
python-version: 3.7
20-
- os: ubuntu-latest
21-
python-version: 3.8
2220

2321
steps:
2422
- uses: actions/checkout@v2

pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pandas = ">=0.19"
99
cvxpy = "==1.*,>=1.1.10"
1010
cvxopt = "!=1.2.5.post1,==1.*,>=1.2.0"
1111
matplotlib = "==3.*,>=3.2.0"
12-
scikit-learn = "==0.*,>=0.24.1"
12+
scikit-learn = "==0.*,>=0.19.0"
1313

1414
[dev-packages]
1515
black = "==20.*,>=20.8.0.b1"

0 commit comments

Comments
 (0)