packaging: remove 3.6

This commit is contained in:
Jerome Duval
2021-01-26 18:51:46 +01:00
parent 0eb5a9c74f
commit 1d6d5d8933

View File

@@ -21,8 +21,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python36 python3 python38 python39)
PYTHON_VERSIONS=(3.6 3.7 3.8 3.9)
PYTHON_PACKAGES=(python3 python38 python39)
PYTHON_VERSIONS=(3.7 3.8 3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}