Uh oh!
There was an error while loading. Please reload this page.
chore: Update .travis.yml - Add Python 3.10 and latest LXML - #185
Conversation
Update compatibility matrix with new LXML and Python releases
Codecov Report
@@ Coverage Diff @@## master #185 +/- ##
=======================================
Coverage 92.71% 92.71% =======================================
Files 6 6 Lines 2675 2675 =======================================
Hits 2480 2480 Misses 195 195 Continue to review full report at Codecov.
|
phanak-sap
commented
Dec 24, 2021
Seems I was overly optimistic, Python 3.10 is from Oct 5, but still not working correctly on Travis. |
There is almost month, where generic python "3.10" is not resolved, see https://travis-ci.community/t/add-python-3-10/12220/10 I will try to use as workaround specific version "3.10.1" + at least bionic distro. There may be worth, with leaving python 3.6, to leave 16.04 Xenial as base distro. |
- upgrade to Bionic as base distro. - remove deprecated "sudo" root key
ExcludeL LXML version, that does not build on python 3.10.1
exclude one missed LXML version
Update compatibility matrix with new LXML and Python releases