Skip to content

Conversation

@GeekMasher
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 10, 2025 10:25
@github-actions
Copy link

github-actions bot commented Jun 10, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA ad26167.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the GitHub Actions CI workflow to test on newer Python versions and drop 3.9.

  • Expands the test matrix to include Python 3.12 and 3.13
  • Removes Python 3.9 from the matrix
Comments suppressed due to low confidence (2)

.github/workflows/build.yml:18

  • [nitpick] Consider adding a smoke test step or a quick compatibility check for Python 3.12 and 3.13 to catch any version-specific issues early.
python-version: ["3.10", "3.11", "3.12", "3.13"]

.github/workflows/build.yml:18

  • If dropping Python 3.9 is intentional, update project documentation (README, setup.cfg classifiers, etc.) to reflect the new minimum supported version; otherwise, consider re-adding 3.9 to the matrix.
python-version: ["3.10", "3.11", "3.12", "3.13"]

@GeekMasher GeekMasher merged commit 37edb17 into main Jun 10, 2025
10 checks passed
@GeekMasher GeekMasher deleted the python-updates branch June 10, 2025 10:28
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