Skip to content

Conversation

Quexington
Copy link
Contributor

@Quexington Quexington commented Sep 23, 2025

Big changes:

  • Union types are no longer will soon not be supported through Ruff. Use A | B or A | None for Optional[A]
  • kw_only is now a supported option across all versions for dataclasses! Probably a good idea to consider this as the default.

@Quexington Quexington requested review from altendky and a team as code owners September 23, 2025 18:54
@Quexington Quexington added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Sep 23, 2025
@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label Sep 23, 2025
@Quexington Quexington force-pushed the quex.remove_python_3_9 branch from 9090596 to 1b4ead5 Compare September 24, 2025 17:00
@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label Sep 24, 2025
@Quexington Quexington changed the title [LABS-244] Remove python 3 9 [LABS-244] Remove python 3.9 support Sep 24, 2025
@github-actions github-actions bot added merge_conflict Branch has conflicts that prevent merge to main and removed coverage-diff labels Sep 25, 2025
@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label Oct 1, 2025
Comment on lines 218 to 220
sudo dnf update -y
sudo dnf search python3.12
sudo dnf install python3.12 -y
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe. but maybe we should be testing on a newer amazon?

what's the reason for yum vs dnf. also odd that we need to use sudo for one and not the other. was the search for debug?

files = [
{file = "zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b5cd20afab8d13c52d2b2219bf18cc765eae87b8219343bce20647007890adab"},
{file = "zstd-1.5.5.1-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:0f467ab9b57ab8b4b874e6974d38b802f20406803bb7ec9308df923553cd48f7"},
{file = "zstd-1.5.5.1-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:1866fd2eb37bc80cd0a1bab8f099df5e778a773e829378c633f9fa1325a5dae1"},
Copy link
Contributor

Choose a reason for hiding this comment

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

something is weird here with these being removed. will chat directly about this.

@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label Oct 6, 2025
@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label Oct 6, 2025
Copy link

socket-security bot commented Oct 6, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants