Skip to content

Commit c3ee020

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9fe66a5 commit c3ee020

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.cfg

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@ classifiers =
1212
Natural Language :: English
1313
Programming Language :: Python :: 3
1414
Programming Language :: Python :: 3 :: Only
15-
Programming Language :: Python :: 3.7
16-
Programming Language :: Python :: 3.8
17-
Programming Language :: Python :: 3.9
1815
project_urls =
1916
Source Code =https://github.com/ianhi/detect-arduino
2017

2118
[options]
2219
packages = find:
2320
install_requires =
2421
pyserial
25-
python_requires = >=3.7
22+
python_requires = >=3.8
2623
setup_requires =
27-
setuptools_scm
24+
setuptools-scm
2825

2926
[flake8]
3027
exclude = docs,_version.py,.eggs,examples

0 commit comments

Comments
 (0)