Uh oh!
There was an error while loading. Please reload this page.
Migrate from CircleCI to GitHub Actions - #124
Merged
Merged
Conversation
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
nsaje
commented
Jan 23, 2026
Contributor
@copilot build on all branches, not just master |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
CopilotAI
changed the title
[WIP] Move CI from CircleCI to GitHub ActionsMigrate from CircleCI to GitHub ActionsJan 23, 2026
nsaje
commented
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>
ContributorAuthor
nsaje
commented
Jan 23, 2026
Contributor
@copilot only test on Python 3.10-3.12 |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
ContributorAuthor
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>
nsaje
commented
Jan 23, 2026
Contributor
@copilot add python 3.13 and 3.14 to test matrix |
ContributorAuthor
nsaje
commented
Jan 23, 2026
Contributor
@copilot also add python 3.13 and 3.14 to the test matrix |
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
ContributorAuthor
nsaje
approved these changes
Jan 23, 2026
ContributorAuthor
nsaje
approved these changes
Jan 23, 2026
nsaje
reviewed
Jan 23, 2026
| on: | ||
| push: | ||
| pull_request: |
ContributorAuthor
There was a problem hiding this comment.
Done in 0e91647. The workflow now triggers on push events only.
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
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.