]> git.phdru.name Git - mimedecode.git/commitdiff
Tests,CI: PyPy3 3.1.0.post3
authorOleg Broytman <phd@phdru.name>
Fri, 2 Dec 2022 17:47:17 +0000 (20:47 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 10 Jul 2023 17:11:43 +0000 (20:11 +0300)
.github/workflows/run-tests.yaml
ChangeLog
mimedecode/__version__.py
tox.ini

index 3addbae9024a38e056078da27a8a4d8a7eb48847..b62756aaa383a89d0b5d6defad0fe7a3cd7221b9 100644 (file)
@@ -7,7 +7,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7", "pypy-3.7"]
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest
index e12e80e1597cadbd5ed46a944c55d1f3fea984b3..2fe6f93c47f4f22a8ce4557d58cf35aa564ca6c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Version 3.1.0.post3 (2022-12-02)
+
+   PyPy3.
+
 Version 3.1.0.post2 (2022-10-26)
 
    Python 3.11.
index 34d3dca82b75e802075cdc452505fe80a33efe3c..38edecc2bf1667ab7c19994984b31665a28b1079 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "3.1.0.post2"
+__version__ = "3.1.0.post3"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2022 PhiloSoft Design"
 __license__ = "GNU GPL"
diff --git a/tox.ini b/tox.ini
index 8673549f856a30e00abd408974b7ebe7e30c4071..ba19edc76eb2dbd3f77461bff650587f9555f8be 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
+envlist = py27,py3{4,5,6,7,8,9,10,11},pypy,pypy3
 
 [testenv]
 deps =