strategy:
matrix:
- python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7"]
+ python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"]
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*'
+Version 3.1.0.post7:
+
+ GHActions: Test with Python 3.12.
+
Version 3.1.0.post6 (2023-09-17)
GHActions: Ensure ``pip`` only if needed
+Version 3.1.0.post7:
+
+ GHActions: Test with Python 3.12.
+
Version 3.1.0.post5 (2023-07-07)
Install all Python and PyPy versions from ``conda-forge``.
+setuptools
m_lib.full>=1.0.1
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
],
packages=['mimedecode'],
entry_points={
[tox]
minversion = 2.0
-envlist = py27,py3{4,5,6,7,8,9,10,11},pypy,pypy3
+envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3
[testenv]
deps =