File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5454 - ubuntu-latest
5555 - windows-latest
5656 python-version :
57- - ' 3.7'
5857 - ' 3.8'
5958 - ' 3.9'
6059 - ' 3.10'
Original file line number Diff line number Diff line change 3535 hooks :
3636 - name : format setup.cfg
3737 id : setup-cfg-fmt
38- args :
39- - " --include-version-classifiers"
40- - " --min-py-version=3.7"
38+ args : [--include-version-classifiers]
4139
4240 - repo : https://github.com/executablebooks/mdformat
4341 rev : 0.7.16
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers =
1717 Operating System :: POSIX :: Linux
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
@@ -40,7 +39,7 @@ project_urls =
4039packages = find:
4140install_requires =
4241 setuptools>=41.0
43- python_requires = >=3.7
42+ python_requires = >=3.8
4443include_package_data = True
4544zip_safe = false
4645
You can’t perform that action at this time.
0 commit comments