From: Oleg Broytman Date: Fri, 2 Dec 2022 17:47:17 +0000 (+0300) Subject: Tests,CI: PyPy3 X-Git-Tag: 3.1.0.post3^0 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=f318f42ea249207548900c4c4c3d9b1eff650ce0 Tests,CI: PyPy3 --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3addbae..b62756a 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 diff --git a/ChangeLog b/ChangeLog index e12e80e..2fe6f93 100644 --- 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. diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index 34d3dca..38edecc 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0.post2" +__version__ = "3.1.0.post3" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2022 PhiloSoft Design" __license__ = "GNU GPL" diff --git a/tox.ini b/tox.ini index 8673549..ba19edc 100644 --- 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 =