1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-for-runners_ynh.git synced 2024-09-03 18:26:16 +02:00

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 = """ legacy_tox_ini = """
[tox] [tox]
isolated_build = True isolated_build = True
envlist = py{312,311,310,39} envlist = py{312,311,310}
skip_missing_interpreters = True skip_missing_interpreters = True
[testenv] [testenv]