MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Add support for python 3.10 #80

Closed kishaningithub closed 1 year ago

kishaningithub commented 2 years ago

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

DEADSEC-SECURITY commented 1 year ago

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+

kishaningithub commented 1 year ago

Okie then.. closing this issue