-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove support for python 3.9 #103
chore: remove support for python 3.9 #103
Conversation
Thanks for the PR @ChinoUkaegbu 👍 |
Python 3.12 CI tests are failing, both ubuntu and windows. You could try changing webdrivermanager to webdriver_manager in requirements 3.12, as per this discussion: |
Done! |
Thanks @ChinoUkaegbu. Unfortunately, webdrivermanager depends on versioneer which does not currently support Python 3.12. In order get your PR merged, I suggest cookbook should only supports Python 3.10 and 3.11 at this time. We can revist adding support for Python 3.12 at a later date when versioneer has caught up. More info: |
I see, I've reflected the changes so support for 3.9 is dropped. |
@all-contributors please add @ChinoUkaegbu for Code |
I've put up a pull request to add @ChinoUkaegbu! 🎉 |
Excellent work @ChinoUkaegbu, thank you 🙏 |
You're welcome, glad I could help! |
Fixes #102