strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- 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]"]
exclude:
- os: windows-latest
python-version: "2.7"
News
====
-Version 0.8.1 (in development)
-------------------------------
+Version 0.8.1 (2025-08-24)
+--------------------------
-* Python 3.10, 3.11, 3.12, 3.13.
+* Python 3.10, 3.11, 3.12, 3.13, 3.14.
* CI(GHActions): Install all Python and PyPy versions from ``conda-forge``.
[tox]
minversion = 3.15
-envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,37,312}-flake8
+envlist = py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3},py{27,37,312}-flake8
# Base test environment settings
[testenv]
deps =
-rdevscripts/requirements/requirements_tests.txt
-[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}]
commands =
{[testenv]commands}
{envpython} -m pytest
-[testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314}-flake8]
deps =
flake8
- pytest < 7.0
+ pytest
commands =
{[testenv]commands}
flake8