1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-08 22:01:38 +00:00

Merge pull request #1143 from cebtenzzre/fix-tox

Update python versions in tox.ini
This commit is contained in:
2023-12-01 22:08:42 -06:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,py310
envlist = py37,py38,py39,py310,py311
skipsdist = True
skip_missing_interpreters = True