1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Add Python 3.10 to tox.ini

This commit is contained in:
2022-01-25 10:39:52 -06:00
parent 5d8e559ca3
commit 8f440603ee

View File

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