strategy:
matrix:
- python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
+ python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"]
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
WHAT'S NEW
+ Tested with Python 3.14.
+
Version 3.2.0.post1 (2024-07-11):
CI(GHActions): Switch to `setup-miniconda`.
CI(GHActions): Set ``bash`` as the default shell.
- CI(GHActions): Python 3.13.
+ CI(GHActions): Python 3.13, 3.14.
Version 3.2.0.post1 (2024-07-11):
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
],
packages=['mimedecode'],
entry_points={
[tox]
minversion = 2.0
-envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3}
+envlist = py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}
[testenv]
deps =