Skip to content
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

Support Python v3.13 #441

Merged
merged 7 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.54.5
mohammedbabelly20 marked this conversation as resolved.
Show resolved Hide resolved
-------------
Changes in this release are from [PR #441](https://github.com/codemagic-ci-cd/cli-tools/pull/441).

**None of the breaking changes have an effect on command line usage**, only the Python API is affected.
mohammedbabelly20 marked this conversation as resolved.
Show resolved Hide resolved

**Development**
- **Breaking**: Deprecate Python 3.7, and Python 3.8 is now the minimum version of Python required.
- Add support to Python 3.13.
- Update `cffi` version to be compatible with latest version.
- Add Python 3.13 to GitHub Actions test matrix.

Version 0.54.4
-------------

Expand Down
Loading
Loading