MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge

Home Page:https://pypi.org/project/webdrivermanager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for python 3.10

kishaningithub opened this issue · comments

From the doc below i see that max version of python supported is 3.7

https://github.com/rasjani/webdrivermanager#status

Can support for python 3.10 be added i am asking because this is used widely especially by users of robot framework and they started supporting python 3.10

https://github.com/robotframework/robotframework/releases/tag/v4.1.1

I tried seeing the CI script to add python 3.10 to the test suite but it doesnt seem to contain the python versions

https://github.com/rasjani/webdrivermanager/blob/master/azure/job_template.yml

I use python 3.11 and I dont have any issues. There are no constraints in the package Pypi so you should be able to use it on 3.7+

Okie then.. closing this issue