File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To install the latest available release using pip_, just run
24
24
25
25
pip install robotframework==3.2.2
26
26
27
- Alternatively you can download the source distribution from PyPI _ and install it manually.
27
+ Alternatively you can download the source distribution from PyPI _ and install it manually.
28
28
For more details and other installation approaches, see the `installation instructions `_.
29
29
30
30
Robot Framework 3.2.2 was released on Tuesday September 1, 2020.
@@ -75,9 +75,9 @@ __ https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Shortcuts
75
75
Python 3.9 support
76
76
------------------
77
77
78
- Although `Python 3.9 `__ has not yet been officially released, Robot Framework 3.2.2 was tested using its beta
79
- releases. Two small problems were fixed (`#3628 `_ and a bit more severe ` #3627 `_) and Python 3.9
80
- was added to our CI. (`#3629 `_)
78
+ Although `Python 3.9 `__ has not yet been officially released, Robot Framework 3.2.2 was tested using
79
+ its beta releases. Bugs affecting the XML library (`#3627 `_) and line number detection of imported
80
+ libraries (` #3628 `_) were fixed and Python 3.9 was also added to our CI. (`#3629 `_)
81
81
82
82
__ https://docs.python.org/3.9/whatsnew/3.9.html
83
83
You can’t perform that action at this time.
0 commit comments