Skip to content

Docs state that only Python 2.6, 2.7, 3.3, 3.4, or 3.6 are supported dependencies #746

@istrupin

Description

@istrupin

Under the "dependencies" section of the documentation, it is listed that there is a dependency on Python 2.6, 2.7, 3.3, 3.4, or 3.6, and that "The tests are run against 2.7 and 3.6 on Travis CI.":

image

However, looking into the tox.ini and .travis.yml, it looks like tests run against Python 3.8, so Python 3.8 seems to be supported:

python:
- "3.8"
- "3.6"
- "2.7"

envlist = py27, py38

I did some testing using Python 3.8, and things seem to work well -- I was wondering if we could update the docs to state that Python 3.8 is supported, and that Travis runs tests against 3.8.

Happy to submit a PR if you'd prefer that instead of just an open issue!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions