Start using an init-environment helper and bump pyenv version

This commit is contained in:
server
2024-06-09 04:27:11 -07:00
committed by mike
parent cd14dc6158
commit 84791c85a7
4 changed files with 65 additions and 5 deletions

View File

@ -4,11 +4,12 @@ verify_ssl = true
name = "pypi"
[packages]
pyyaml = ">=5.4"
#pyyaml = ">=5.4"
pyyaml = "*"
[dev-packages]
[requires]
python_version = "3.11.4"
python_version = "3.12"