1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Use available python 3 interpreter

This commit is contained in:
Alex Forencich 2021-12-15 23:30:31 -08:00
parent 508b4cf39b
commit 0189e3c251

View File

@ -1,6 +1,6 @@
# tox configuration
[tox]
envlist = py39
envlist = py3
skipsdist = True
[gh-actions]