Less python versions
Some checks failed
continuous-integration/drone/push Build is failing

Hass min is pretty high
This commit is contained in:
IamTheFij 2024-06-07 16:49:56 -07:00
parent 66b291cb73
commit 400c2d421d

View File

@ -1,18 +1,11 @@
# Build pipelines # Build pipelines
PYTHON_VERSIONS = [ PYTHON_VERSIONS = [
"3.8",
"3.9",
"3.10",
"3.11", "3.11",
"3.12", "3.12",
"latest", "latest",
] ]
PYPY3_VERSIONS = [
"3",
]
def main(ctx): def main(ctx):
pipelines = [] pipelines = []