From: Oleg Broytman Date: Thu, 24 Jul 2025 12:35:16 +0000 (+0300) Subject: Tested with Python 3.14 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;p=mimedecode.git Tested with Python 3.14 --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 5f5206b..b2cd66b 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -13,7 +13,7 @@ jobs: 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 diff --git a/ANNOUNCE b/ANNOUNCE index 44037b8..368b770 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -32,6 +32,8 @@ everything else. This is how it could be done: WHAT'S NEW + Tested with Python 3.14. + Version 3.2.0.post1 (2024-07-11): CI(GHActions): Switch to `setup-miniconda`. diff --git a/ChangeLog b/ChangeLog index 1f30bf7..ca64301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Version 3.2.0.post2 (2024-??-??): 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): diff --git a/setup.py b/setup.py index a4727f3..d7364fd 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup( 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', ], packages=['mimedecode'], entry_points={ diff --git a/tox.ini b/tox.ini index 6b0d020..fd9e940 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [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 =