Try pulling python versions from a json file

This commit is contained in:
Ross McFarland
2023-10-07 08:51:27 -07:00
parent 51e64a0abe
commit 6b9596d4b2
2 changed files with 19 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"python_version_current": "3.11",
"python_versions_active": ["3.8", "3.9", "3.10", "3.11"]
}