jsonvv: Bump to Python 3.8

This commit is contained in:
daijro 2024-11-27 18:09:55 -06:00
parent cad90e30aa
commit 17f8bb0563

View file

@ -1,6 +1,6 @@
rm -rf ./dist rm -rf ./dist
vermin . --eval-annotations --target=3.7 --violations jsonvv/ || exit 1 vermin . --eval-annotations --target=3.8 --violations jsonvv/ || exit 1
python -m build python -m build
twine check dist/* twine check dist/*