Skip to content

Commit b16bceb

Browse files
committed
Drop Python 3.6
1 parent f034700 commit b16bceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.9, 3.10.0-rc.1]
11+
python-version: [3.7, 3.9, 3.10.0-rc.1]
1212
rf-version: [4.0.2, 4.1.1]
1313

1414
steps:

setup.py

Lines changed: 1 addition & 1 deletion
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.6, <4',
43+
python_requires = '>=3.7, <4',
4444
package_dir = {'': 'src'},
4545
packages = find_packages('src'),
4646
py_modules = ['robotlibcore'],

0 commit comments

Comments
 (0)