Skip to content

Change CI runner and update Python versions#148

Merged
auvipy merged 1 commit intomasterfrom
ci
Apr 23, 2026
Merged

Change CI runner and update Python versions#148
auvipy merged 1 commit intomasterfrom
ci

Conversation

@auvipy
Copy link
Copy Markdown
Member

@auvipy auvipy commented Apr 23, 2026

Updated the CI configuration to use a different runner and removed older Python versions.

Updated the CI configuration to use a different runner and removed older Python versions.
@auvipy auvipy requested a review from Copilot April 23, 2026 17:13
@auvipy auvipy merged commit 6b219f6 into master Apr 23, 2026
11 checks passed
@auvipy auvipy deleted the ci branch April 23, 2026 17:15
Copy link
Copy Markdown

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 run unit tests on a newer Blacksmith Ubuntu runner and to reduce the Python version matrix.

Changes:

  • Switch runs-on from blacksmith-4vcpu-ubuntu-2204 to blacksmith-4vcpu-ubuntu-2404.
  • Remove Python 3.8 and 3.9 from the unit test matrix (now 3.10/3.12/3.13 only).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
strategy:
matrix:
python-version: [3.8,3.9,"3.10","3.12","3.13"]
python-version: ["3.10","3.12","3.13"]
Comment thread .github/workflows/ci.yml
strategy:
matrix:
python-version: [3.8,3.9,"3.10","3.12","3.13"]
python-version: ["3.10","3.12","3.13"]
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