env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38
+ - python: "3.9"
+ env: TOXENV=py39
- python: "pypy"
env: TOXENV=pypy
mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*'
-Version 3.1.0 (2020-??-??)
+Version 3.1.0 (2021-??-??)
Convert mimedecode.docbook to reST. Generate html/man/text
using Sphinx.
Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`.
- Python 3.8.
+ Python 3.8, 3.9.
WHERE TO GET
-Version 3.1.0 (2020-??-??)
+Version 3.1.0 (2021-??-??)
Convert mimedecode.docbook to reST. Generate html/man/text
using Sphinx.
Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`.
- Python 3.8.
+ Python 3.8, 3.9.
Version 3.0.0 (2019-02-01)
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
],
packages=['mimedecode'],
entry_points={
[tox]
minversion = 2.0
-envlist = py27,py3{4,5,6,7,8},pypy
+envlist = py27,py3{4,5,6,7,8,9},pypy
[testenv]
basepython =
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
+ py39: {env:TOXPYTHON:python3.9}
pypy: {env:TOXPYTHON:pypy}
deps =
-rdevscripts/requirements/requirements_tests.txt