Skip to content

Commit

Permalink
Correct dependency matrix for Python 3.8 and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Nov 11, 2021
1 parent 106d4da commit c385134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -87,11 +87,11 @@ The following table shows the compatibility between different combinations of Py
+-----------+------+------+------+------+------+------+------+------+
| **3.7** | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+-----------+------+------+------+------+------+------+------+------+
| **3.8** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
| **3.8** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
+-----------+------+------+------+------+------+------+------+------+
| **3.9** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
| **3.9** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
+-----------+------+------+------+------+------+------+------+------+
| **3.10** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
| **3.10** | ✖️ | ✖️ | | | ✔️ | ✔️ | ✔️ | ✔️ |
+-----------+------+------+------+------+------+------+------+------+

- ✔️ lxml is available for this version and unit tests succeed.
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,8 @@ envlist =
py{27}-lxml{3.8, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6}
py{34}-lxml{3.8, 4.0, 4.1, 4.2, 4.3}
py{35, 36}-lxml{3.8, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6}
py{37, 38, 39, 310}-lxml{4.1, 4.2, 4.3, 4.4, 4.5, 4.6}
py{37}-lxml{4.1, 4.2, 4.3, 4.4, 4.5, 4.6}
py{38, 39, 310}-lxml{4.3, 4.4, 4.5, 4.6}
report,
docs

Expand Down

0 comments on commit c385134

Please sign in to comment.