Remove Python 3.9 from tox config

This commit is contained in:
Jens Diemer 2024-08-02 20:09:47 +02:00
parent 484056d038
commit c09e04cc8b

View file

@ -138,7 +138,7 @@ exclude_lines = [
legacy_tox_ini = """
[tox]
isolated_build = True
envlist = py{312,311,310,39}
envlist = py{312,311,310}
skip_missing_interpreters = True
[testenv]