Skip to content

Python update#177

Merged
adrianjhunter merged 5 commits intodevelopfrom
python_update
Feb 10, 2026
Merged

Python update#177
adrianjhunter merged 5 commits intodevelopfrom
python_update

Conversation

@marcobuss
Copy link
Contributor

Issue number:

Summary

Python Version updates

Changes

Just updated versions.

User experience

same

Checklist

Please leave checklist items unchecked if they do not apply to your change.

  • [ x ] I have performed a self-review of this change
  • [ x ] Changes have been tested
  • [ x ] Changes are documented
  • [ x ] PR title follows conventional commit semantics

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@marcobuss marcobuss requested a review from a team as a code owner February 6, 2026 15:53
@adrianjhunter
Copy link
Contributor

- Add dependency installation step with uv sync --all-extras --dev
- Change test command to run only unit tests (tests/unit) instead of all tests
- Add AWS_DEFAULT_REGION environment variable for boto3 client initialization
- Fix Python version label in build workflow (3.12 -> 3.13)
- Upgrade GitHub Actions to latest versions:
  - actions/checkout: v4 -> v6
  - actions/setup-python: v4 -> v6
  - actions/setup-node: v5 -> v6
  - actions/upload-artifact: v4 -> v6
  - astral-sh/setup-uv: v5/v6 -> v7
  - github/codeql-action: v3 -> v4
- Update runtime versions across all workflows:
  - Python: 3.12 -> 3.13
  - Node.js: 22.x -> 24.x
- Apply changes consistently across GitHub and Gitea workflows
Copy link
Contributor

@adrianjhunter adrianjhunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@adrianjhunter adrianjhunter merged commit c3fcd31 into develop Feb 10, 2026
8 checks passed
@adrianjhunter adrianjhunter deleted the python_update branch February 10, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants