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
+Version 3.1.0.post3 (2022-12-02)
+
+ PyPy3.
+
Version 3.1.0.post2 (2022-10-26)
Python 3.11.
-__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"
[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 =