Skip to content

Commit

Permalink
gh SergeyPirogov#483 add python 3.11 support badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Feb 12, 2023
1 parent 8a21679 commit 44e484a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
os: [ windows-latest ]
wdm-log: ['']
include:
- python-version: '3.7'
selenium-version: '4.1.0'
- python-version: '3.11'
selenium-version: '4.6.0'
os: ubuntu-latest
- python-version: '3.10'
- python-version: '3.11'
selenium-version: '3.141.0'
os: macos-latest
wdm-log: '0'
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog

---
##3.7.0

## 3.8.6
- Officially support python 3.11 (3.11.1+)

---
### 3.7.1-3.8.5 changelog TBD

---
## 3.7.0
- pytest-xdist support

## 3.6.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.8.5
current_version = 3.8.6
commit = True
tag = True

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
long_description_content_type="text/markdown",
packages=setuptools.find_packages(exclude=['tests']),
include_package_data=True,
version='3.8.5',
version='3.8.6',
description='Library provides the way to automatically manage drivers for different browsers',
author='Sergey Pirogov',
author_email='automationremarks@gmail.com',
Expand All @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: '
'Libraries :: Python Modules',
'Operating System :: Microsoft :: Windows',
Expand Down
2 changes: 1 addition & 1 deletion webdriver_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.8.5"
__version__ = "3.8.6"

0 comments on commit 44e484a

Please sign in to comment.