Migrate from CircleCI to GitHub Actions#124
Merged
Conversation
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Contributor
|
@copilot build on all branches, not just master |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Move CI from CircleCI to GitHub Actions
Migrate from CircleCI to GitHub Actions
Jan 23, 2026
Contributor
|
@copilot remove the Also only test on Python 3.10-3.12 |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Contributor
Author
Contributor
|
@copilot only test on Python 3.10-3.12 |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Contributor
Author
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Contributor
|
@copilot add python 3.13 and 3.14 to test matrix |
Contributor
Author
Contributor
|
@copilot also add python 3.13 and 3.14 to the test matrix |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Contributor
Author
nsaje
approved these changes
Jan 23, 2026
Contributor
Author
nsaje
approved these changes
Jan 23, 2026
nsaje
reviewed
Jan 23, 2026
.github/workflows/test.yml
Outdated
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
nsaje
approved these changes
Jan 23, 2026
neob91-close
approved these changes
Jan 23, 2026
AlecRosenbaum
approved these changes
Jan 23, 2026
kwilcox
approved these changes
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces CircleCI with GitHub Actions for CI/CD.
Changes
.github/workflows/test.yml: Matrix testing across Python 3.10, 3.11, 3.12, 3.13, and 3.14 with pip upgrade and explicitcontents: readpermission. Uses latest GitHub Actions versions (checkout@v4, setup-python@v5). Workflow triggers on push events to all branches.python_requires='>=3.10'to enforce minimum Python version.circleci/config.yml: No longer neededThe workflow now tests on modern Python versions (3.10-3.14) instead of the older versions (3.7-3.10) used in CircleCI.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.