]> git.phdru.name Git - mimedecode.git/commitdiff
Tested with Python 3.14 master
authorOleg Broytman <phd@phdru.name>
Thu, 24 Jul 2025 12:35:16 +0000 (15:35 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 24 Jul 2025 13:16:46 +0000 (16:16 +0300)
.github/workflows/run-tests.yaml
ANNOUNCE
ChangeLog
setup.py
tox.ini

index 5f5206b82f757c1ff65f92a1789b876c9796fea1..b2cd66b29fbf25a0abfb500f6000f3f01a3ee08f 100644 (file)
@@ -13,7 +13,7 @@ jobs:
 
     strategy:
       matrix:
 
     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
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest
index 44037b8650355a427ca757615967e70569e3e463..368b770977ccb89a1fd24fe9b31c2d6d4f056b43 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -32,6 +32,8 @@ everything else. This is how it could be done:
 
 WHAT'S NEW
 
 
 WHAT'S NEW
 
+    Tested with Python 3.14.
+
 Version 3.2.0.post1 (2024-07-11):
 
     CI(GHActions): Switch to `setup-miniconda`.
 Version 3.2.0.post1 (2024-07-11):
 
     CI(GHActions): Switch to `setup-miniconda`.
index 1f30bf7662bacc2519fe4ebc82a1e992adacb720..ca6430115c3d8104c9f29bb4bb60dd6e24d783c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Version 3.2.0.post2 (2024-??-??):
 
    CI(GHActions): Set ``bash`` as the default shell.
 
 
    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):
 
 
 Version 3.2.0.post1 (2024-07-11):
 
index a4727f32cb11fb526a594bb96be9a622ec68c0db..d7364fdcfd95572f5a79e806f0e5ef86eecd7919 100755 (executable)
--- 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.11',
         'Programming Language :: Python :: 3.12',
         'Programming Language :: Python :: 3.13',
+        'Programming Language :: Python :: 3.14',
     ],
     packages=['mimedecode'],
     entry_points={
     ],
     packages=['mimedecode'],
     entry_points={
diff --git a/tox.ini b/tox.ini
index 6b0d020b03c16436f0cfda47ce073783915fe3d4..fd9e940afe582001af0abae24db8d23cea449bda 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
 [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 =
 
 [testenv]
 deps =