Sybren A. Stüvel 03fa3f2d18 Drop support for Python 3.8
It is EOL and no longer supported by the Python foundation.

Also it is getting in the way of upgrading Sphinx.
2025-06-16 11:51:09 +02:00

10 lines
185 B
INI

[tox]
isolated_build = true
envlist = py39, py310, py311, py312, py313
[testenv]
whitelist_externals = poetry
commands=
poetry install -E zstandard
poetry run py.test --no-cov