Skip to content

Commit 836d56b

Browse files
authored
ci: Remove Python 3.6/7 (#1308)
1 parent 6433d5b commit 836d56b

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,6 @@ jobs:
2020
- python-version: 3.8
2121
scikit-learn: 0.21.2
2222
include:
23-
#- python-version: 3.6
24-
#scikit-learn: 0.18.2
25-
#scipy: 1.2.0
26-
#os: ubuntu-20.04
27-
#sklearn-only: 'true'
28-
#- python-version: 3.6
29-
#scikit-learn: 0.19.2
30-
#os: ubuntu-20.04
31-
#sklearn-only: 'true'
32-
#- python-version: 3.6
33-
#scikit-learn: 0.20.2
34-
#os: ubuntu-20.04
35-
#sklearn-only: 'true'
36-
#- python-version: 3.6
37-
#scikit-learn: 0.21.2
38-
#os: ubuntu-20.04
39-
#sklearn-only: 'true'
40-
#- python-version: 3.6
41-
#scikit-learn: 0.22.2
42-
#os: ubuntu-20.04
43-
#sklearn-only: 'true'
44-
#- python-version: 3.6
45-
#scikit-learn: 0.23.1
46-
#os: ubuntu-20.04
47-
#sklearn-only: 'true'
48-
#- python-version: 3.6
49-
#scikit-learn: 0.24
50-
#os: ubuntu-20.04
51-
#sklearn-only: 'true'
5223
- python-version: 3.8
5324
scikit-learn: 0.23.1
5425
code-cov: true

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"minio",
2121
"pyarrow",
2222
]
23-
requires-python = ">=3.6"
23+
requires-python = ">=3.8"
2424
authors = [
2525
{ name = "Matthias Feurer", email="[email protected]" },
2626
{ name = "Jan van Rijn" },
@@ -45,8 +45,6 @@ classifiers = [
4545
"Operating System :: Unix",
4646
"Operating System :: MacOS",
4747
"Programming Language :: Python :: 3",
48-
"Programming Language :: Python :: 3.6",
49-
"Programming Language :: Python :: 3.7",
5048
"Programming Language :: Python :: 3.8",
5149
"Programming Language :: Python :: 3.9",
5250
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)