Skip to content

Conversation

@freemansoft
Copy link

Python 2 is dead and references should probably be removed.

Tested locally.

@freemansoft
Copy link
Author

freemansoft commented Feb 18, 2020

The broken build looks to be completely unrelated to my change.

@freemansoft
Copy link
Author

freemansoft commented Feb 18, 2020

Some of the environments in the .travis.yml file are broken. I updated the PR to move from 3.7-dev to 3.7 and added 3.8.

Build #49 and #50 broke trying to run with Python 3.3, 3.4 and 3.9 nightly.

@freemansoft freemansoft requested a review from dlenski February 19, 2020 10:44
@dlenski
Copy link
Owner

dlenski commented Feb 19, 2020

Thanks. Python 3.3+3.4 were failing because recent versions of lxml require 3.5. It turns out that python-vipaccess doesn't actually need lxml at all though, so I replaced it with the standard library's xml.etree.ElementTree in a13d74a.

dlenski added a commit that referenced this pull request Feb 19, 2020
- Python 2.7 is no longer unsupported
- Travis-CI no longer supports Python 3.3
- Python 3.7 and 3.8 are released
- Python 3.9-nightly is unstable; let's just not deal with it (yet)
@dlenski dlenski merged commit 2fbfe6b into dlenski:master Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants