We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858feda commit e2f8ecbCopy full SHA for e2f8ecb
.github/workflows/pytest.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.8, 3.9]
12
13
steps:
14
- uses: actions/checkout@v2
setup.cfg
@@ -15,7 +15,6 @@ classifier =
15
Development Status :: 4 - Beta
16
Intended Audience :: Science/Research
17
Natural Language :: English
18
- Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
20
Programming Language :: Python :: 3.9
21
@@ -36,7 +35,7 @@ install_requires =
36
35
distributed
37
packaging
38
python_requires =
39
- >=3.7
+ >=3.8
40
41
[options.entry_points]
42
console_scripts =
0 commit comments