`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.2.0 is a new release with supporting list when importing plugins and dropping Python 3.7 support.
All issues targeted for Python Library Core v4.2.0 can be found from the issue tracker.
If you have pip installed, just run
pip install --upgrade pip install robotframework-pythonlibcore
to install the latest available release or use
pip install pip install robotframework-pythonlibcore==4.2.0
to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
Python Library Core 4.2.0 was released on Monday July 10, 2023.
Support list in plugin import (#122)
Now plugins can be imported as a list and not only a comma separated string.
Drop Python 3.7 support (#125)
Python 3.7 has been end of life for while and it is time to drop support for Python 3.7.
ID | Type | Priority | Summary |
---|---|---|---|
#122 | enhancement | high | Support list in plugin import |
#125 | enhancement | high | Drop Python 3.7 support |
Altogether 2 issues. View on the issue tracker.