]> git.phdru.name Git - mimedecode.git/commitdiff
Tests,CI: Python 3.12
authorOleg Broytman <phd@phdru.name>
Wed, 18 Oct 2023 16:32:17 +0000 (19:32 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 18 Oct 2023 18:56:32 +0000 (21:56 +0300)
.github/workflows/run-tests.yaml
ANNOUNCE
ChangeLog
devscripts/requirements/requirements_tests.txt
setup.py
tox.ini

index 8b35f6461ba8bdec4ca95e7ca05c028c3b99e296..4ef1f825b3a8754614c60724d88a1e597a10c7d2 100644 (file)
@@ -9,7 +9,7 @@ jobs:
 
     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
index ae8f3b01acc3c97dcad03c1da46a70362533dc92..2545d3e485f2db95f0af93cfc8a505e8d0c3ebae 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -30,6 +30,10 @@ everything else. This is how it could be done:
    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
index 2d7ff1b2137ba4e2c87de18f84d42477f9e56f0b..6a48f01013e8e1781fb6dc40ad7b66c587bdbbdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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``.
index 05a28d8e8716089ee8cd85d9c671ea35f5fe4592..edf1c1f80b22e17069640e3150bbe4715ba50b54 100644 (file)
@@ -1 +1,2 @@
+setuptools
 m_lib.full>=1.0.1
index cd2eac819f0f574174e59fc7e46541991475ba4e..a9d28cdbbb4d6f2d50691a758c2d61ba080a5570 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ setup(
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
+        'Programming Language :: Python :: 3.12',
     ],
     packages=['mimedecode'],
     entry_points={
diff --git a/tox.ini b/tox.ini
index ba19edc76eb2dbd3f77461bff650587f9555f8be..bd38e03e4e5d7f4b3d6ec30e8ee84cf0de64ad72 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [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 =