Skip to content

Commit

Permalink
Update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
atthaboon committed Jan 1, 2021
1 parent bddfb50 commit 72b0235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.5, 3.6, 3.7]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'robotframework-seleniumlibrary',
'robotframework-puppeteerlibrary',
],
python_requires='>3.5',
python_requires='>3.6',
test_suite='nose.collector',
tests_require=['nose', 'parameterized'],
zip_safe=False,
Expand Down

0 comments on commit 72b0235

Please sign in to comment.