1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

Add Python 3.10 to tox.ini

This commit is contained in:
Andrew Senetar 2022-01-25 10:39:52 -06:00
parent 5d8e559ca3
commit 8f440603ee
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

View File

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