ci(actions): add github actions

This commit is contained in:
2024-09-12 14:07:57 +03:00
parent 6f41a6cf9d
commit c62b284c56
3 changed files with 29 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py312, format, lint, type, test
envlist = py39, py310, py311, py312, format, lint, type, test
skipsdist = True
[testenv]