diff --git a/setup.cfg b/setup.cfg index ed39e6d..649e81d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,8 +61,9 @@ envlist = py310 py311 py312 + py313 py38 py39 labels = - test = py310, py311, py312, py38, py39 + test = py310, py311, py312, py313, py38, py39 static = doctest-cli, pre-commit