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 f034700 commit b16bcebCopy full SHA for b16bceb
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: [3.6, 3.9, 3.10.0-rc.1]
+ python-version: [3.7, 3.9, 3.10.0-rc.1]
12
rf-version: [4.0.2, 4.1.1]
13
14
steps:
setup.py
@@ -40,7 +40,7 @@
40
keywords = 'robotframework testing testautomation library development',
41
platforms = 'any',
42
classifiers = CLASSIFIERS,
43
- python_requires = '>=3.6, <4',
+ python_requires = '>=3.7, <4',
44
package_dir = {'': 'src'},
45
packages = find_packages('src'),
46
py_modules = ['robotlibcore'],
0 commit comments