| Age | Commit message (Collapse) | Author |
|
|
|
Follow-up to 0bba6363b0ecf3426defbdada17c5efbd51a77c8.
|
|
|
|
|
|
|
|
|
|
behavior.
Before selenium 4.44.0, target_element.get_attribute("class") returned "" when there
was no class attribute. This now returns None.
|
|
https://github.com/psf/black/releases/tag/26.1.0
|
|
Follow-up to 64ac4385c75b12a4065055b3d8d60bd5e0e61f04.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.14+.
Follow up to d6925f0d6beb3c08ae24bdb8fd83ddb13d1756e4.
|
|
|
|
|
|
This bumps minimum supported versions of 3rd-party packages to the first
releases to support Python 3.12.
|
|
|
|
|
|
|
|
|
|
We already use implementation_name and python_version markers
so it's more consistent. Moreover, marker values can be specified
via pip's command line options.
|
|
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Co-authored-by: Ran Benita <ran@unusedvar.com>
|
|
|
|
Selenium required trio and trio required cffi on Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This bumps minimum supported versions of cx_Oracle to the first release
to support Python 3.10.
|
|
This bumps minimum supported versions of selenium to the first release
to support Python 3.10.
|
|
|
|
Follow up to 8d010f39869f107820421631111417298d1c5bb9.
|
|
|
|
|
|
|
|
This bumps minimum supported versions of 3rd-party packages to the first
releases to support Python 3.8.
|
|
mysqlclient 1.4.3 is the first release to support Python 3.8.
|
|
Thanks to Mariusz Felisiak for review.
|
|
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Python 3.12.
|
|
|
|
|
|
Run black on generated files, if it is available on PATH.
|
|
Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f.
|
|
psycopg2 2.8.4 is the first release to support Python 3.8.
|