saltstack / relenv

Re-producible and Re-relocatable Python Environments
Apache License 2.0
25 stars 16 forks source link

Update minor version of python #134

Closed dwoz closed 1 year ago

dwoz commented 1 year ago

Bumping python minor version.

This gives us the latest openssl 1.1.1u on Windows.

s0undt3ch commented 1 year ago

Did you update the OpenSSL version for windows on another PR? Or did I miss it in this PR?

dwoz commented 1 year ago

Did you update the OpenSSL version for windows on another PR? Or did I miss it in this PR?

The build scripts ship with python handle the Openssl version on Windows. Python 3.11.4 starts building the newest openssl 1.1.1u for windows. It's the first bullet point here:

https://docs.python.org/release/3.11.4/whatsnew/changelog.html#python-3-11-4

s0undt3ch commented 1 year ago

Did you update the OpenSSL version for windows on another PR? Or did I miss it in this PR?

The build scripts ship with python handle the Openssl version on Windows. Python 3.11.4 starts building the newest openssl 1.1.1u for windows. It's the first bullet point here:

https://docs.python.org/release/3.11.4/whatsnew/changelog.html#python-3-11-4

Awesome