Skip to content

Tags: actions/python-versions

Tags

3.14.0-alpha.5-13438582588

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support building free-threaded CPython (#319)

* Support building free-threaded CPython

Add support for Python's free threading build mode where the global
interpreter lock is disabled. The packages are marked using a suffix on
the architecture, like 'x64-freethreaded' or 'arm64-freethreaded'.

* Match '-freethreaded' in arch

* Use type 'string' instead of 'str'

* On Linux, only delete Python installations with the same architecture.

This matches the macOS behavior and allows users to install both the
free-threading and default builds at the same time.

3.13.1-13437882550

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support building free-threaded CPython (#319)

* Support building free-threaded CPython

Add support for Python's free threading build mode where the global
interpreter lock is disabled. The packages are marked using a suffix on
the architecture, like 'x64-freethreaded' or 'arm64-freethreaded'.

* Match '-freethreaded' in arch

* Use type 'string' instead of 'str'

* On Linux, only delete Python installations with the same architecture.

This matches the macOS behavior and allows users to install both the
free-threading and default builds at the same time.

3.14.0-alpha.5-13277286886

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions-manifest (#331)

Co-authored-by: Service account <no-reply@microsoft.com>

3.13.2-13149511920

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions-manifest (#329)

Co-authored-by: Service account <no-reply@microsoft.com>

3.12.9-13149478207

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions-manifest (#329)

Co-authored-by: Service account <no-reply@microsoft.com>

3.14.0-alpha.4-12780783146

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance workflows: Add Ubuntu-24 Testing (#326)

* include ubuntu24 testing in workflows

* included macos-13 testing

3.14.0-alpha.3-12385635145

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions-manifest (#325)

Co-authored-by: Service account <no-reply@microsoft.com>

3.10.16-12302993382

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tkinter issues (#324)

3.9.21-12303000710

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tkinter issues (#324)

3.8.18-12303122501

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tkinter issues (#324)