We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023a9e6 commit 5a8cec1Copy full SHA for 5a8cec1
pyproject.toml
@@ -25,7 +25,7 @@ select = [
25
"T10",
26
"EM",
27
"EXE",
28
- "FA",
+ # "FA",
29
"ISC",
30
"ICN",
31
"G",
setup.py
@@ -40,7 +40,7 @@
40
keywords = 'robotframework testing testautomation library development',
41
platforms = 'any',
42
classifiers = CLASSIFIERS,
43
- python_requires = '>=3.7, <4',
+ python_requires = '>=3.8, <4',
44
package_dir = {'': 'src'},
45
packages = find_packages('src'),
46
py_modules = ['robotlibcore'],
0 commit comments