diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-10-26 13:51:12 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-10-26 15:50:54 +0100 |
commit | 685a66280aff600a83aa30da814aea63f0116c31 (patch) | |
tree | dbf474ee7cd3806a6689cb332e7c718bac3da2b3 /tox.ini | |
parent | c79eb71e8edbdf5319cbafef95904ff792ab67b9 (diff) | |
download | qutebrowser-685a66280aff600a83aa30da814aea63f0116c31.tar.gz qutebrowser-685a66280aff600a83aa30da814aea63f0116c31.zip |
Initial drop of Python 3.5
See #4800
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ setenv = passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS basepython = py3: {env:PYTHON:python3} - py35: {env:PYTHON:python3.5} py36: {env:PYTHON:python3.6} py37: {env:PYTHON:python3.7} py38: {env:PYTHON:python3.8} |