Skip to content

Commit ede91b5

Browse files
committed
remove python3.7
1 parent 1e1dc36 commit ede91b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest]
23-
python-version: ["3.7", "3.8", "3.9", "3.10"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11)
23+
python-version: ["3.8", "3.9", "3.10"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11)
2424
tf-version: ["\">=2.0.0,<=2.10\"", "disable"] # empty string indicates the latest version
2525

2626
# exclude:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def read_description(file_path='README.md'):
7777
'Intended Audience :: Education',
7878
'Intended Audience :: Science/Research',
7979
'Programming Language :: Python',
80-
'Programming Language :: Python :: 3.7',
8180
'Programming Language :: Python :: 3.8',
8281
'Programming Language :: Python :: 3.9',
8382
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)