Skip to content

Commit e2f8ecb

Browse files
committed
drop py37 support
1 parent 858feda commit e2f8ecb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.7, 3.8, 3.9]
11+
python-version: [3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifier =
1515
Development Status :: 4 - Beta
1616
Intended Audience :: Science/Research
1717
Natural Language :: English
18-
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120

@@ -36,7 +35,7 @@ install_requires =
3635
distributed
3736
packaging
3837
python_requires =
39-
>=3.7
38+
>=3.8
4039

4140
[options.entry_points]
4241
console_scripts =

0 commit comments

Comments
 (0)