forked from jaswanthikolla/python-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge latest #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
navarro967
wants to merge
66
commits into
kaltura-community:main
Choose a base branch
from
actions:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge latest #3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This removes Node.js 16 deprecation warnings
Co-authored-by: Service account <[email protected]>
* Add skippublishercheck * Update download-artifact * Remove skipcheck
Co-authored-by: Service account <[email protected]>
* Included ubuntu-arm64 in Build Python package yml * Updated builder and installer scripts * Updated test scripts * Modified test file * Replaced macos-11 with macos-13 * Update build-python-packages.yml
Co-authored-by: Service account <[email protected]>
* Update build-python-packages.yml * windows arm64 support * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
* Add support for Ubuntu 24 arm64 runner * Update macos runner
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
* Update codeql-analysis.yml * Update codeql-analysis.yml * Update codeql-analysis.yml * Update codeql-analysis.yml
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
* Update build-python-packages.yml * Update build-python-packages.yml
Co-authored-by: Service account <[email protected]>
…er for no restart (#304) * Update build-python-packages.yml * Update build-python-packages.yml * fix for ubuntu 24.04 issue for no restart
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
* include ubuntu24 testing in workflows * included macos-13 testing
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
* 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.
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
This allows contributors to test on GitHub hosted Linux ARM64 runners easily now that those runners are available for free for public repositories: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
…#336) * Remove ubuntu-20.04 and updated the stable and unstable test cases * arch update for freethreaded * Remove duplicate 'ubuntu-latest' from matrix OS --------- Co-authored-by: Haritha <[email protected]>
* Remove redundant Python 2 code * Use Python 3.2 as base version * Use Python 3.3 as base version * Use Python 3.4 as base version * Use Python 3.5 as base version * Use Python 3.6 as base version * Use Python 3.7 as base version * Use Python 3.8 as base version * Use Python 3.9 as base version * Add annotationlib for Python 3.14 * Fix syntax error
Co-authored-by: Service account <[email protected]>
This allows contributors to test on GitHub hosted Windows ARM64 runners easily now that those runners are available for free for public repositories
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Co-authored-by: Service account <[email protected]>
Configured Dependabot for GitHub Actions updates.
Co-authored-by: Service account <[email protected]>
* Bump actions/checkout from 3 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update Python version to 3.13.7 in workflow --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Haritha <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.