Set Python version to 3.9 instead of 3.10

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-02-19 00:24:07 -08:00
parent 803fd6a75b
commit 478fc187dc

View File

@@ -12,4 +12,4 @@ mypy = "*"
black = "*" black = "*"
[requires] [requires]
python_version = "3.10" python_version = "3.9"