Skip to content

Commit 5a8cec1

Browse files
committed
Fix Python version to 3.8+ in setup.py
1 parent 023a9e6 commit 5a8cec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ select = [
2525
"T10",
2626
"EM",
2727
"EXE",
28-
"FA",
28+
# "FA",
2929
"ISC",
3030
"ICN",
3131
"G",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
keywords = 'robotframework testing testautomation library development',
4141
platforms = 'any',
4242
classifiers = CLASSIFIERS,
43-
python_requires = '>=3.7, <4',
43+
python_requires = '>=3.8, <4',
4444
package_dir = {'': 'src'},
4545
packages = find_packages('src'),
4646
py_modules = ['robotlibcore'],

0 commit comments

Comments
 (0)