Skip to content

Commit

Permalink
feat: remove python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Jul 28, 2023
1 parent 6755b87 commit 6b4a254
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false

steps:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -8,8 +8,10 @@ v3.1.0

- Update `[CONTEXT:a.b.c]` replacement to allow lists access, e.g. [CONTEXT:list.1] to access the second element of list
- Add capabilities configured in `[Capabilities]` section also to Appium tests to use `platformName` and `browserName`
w3c capabilities instead of Appium ones
w3c capabilities instead of Appium ones
- `platformVersion` Appium capability must be a string
- Add optional parameter to `compare_downloaded_files` method to allow to compare files with different names
- Remove Python 3.7 support (Python 3.7 reached the end of its life on June 27th, 2023)

v3.0.2
------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -63,7 +63,6 @@ def get_long_description():
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 6b4a254

Please sign in to comment.