indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Missing Python 3.8.18 #188

Closed kpark-hrp closed 9 months ago

kpark-hrp commented 9 months ago

It looks like last round of release included 3.9.18 but not 3.8.18, which were release together according to https://www.python.org/doc/versions/

Can 3.8.18 be released? Needed for https://github.com/bazelbuild/rules_python/issues/1396

indygreg commented 9 months ago

Oops. Looks like we were running versions behind on 3.8 and I upgraded the last release from 3.8.16 -> 3.8.17. What an epic fail on my part.

Commit 8e4eb25f00b45a2a384df1ac0ac53779b5051be3 upgrades to 3.8.18. It will be part of the next release. I'm not sure when that will be.

kpark-hrp commented 9 months ago

@indygreg Wondering if there can be a release soon because the certifi==2023.5.7 that this Python 3.8.17 comes with has a certificate security vulnerability labeled critical. https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047

indygreg commented 9 months ago

New release should be posted sometime in the next few hours. Like many releases, timing depends on how much GitHub Actions cooperates.