Commit a326094
Migrate CI from CircleCI to GitHub Actions with Python 3.10-3.14 (#17)
* Initial plan
* Add GitHub Actions workflow and update Python versions to 3.10-3.14
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
* Remove CircleCI configuration
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
* Add explicit permissions to GitHub Actions workflow
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
* Fix test command - use unittest discover instead of setup.py test
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
* Trigger workflow on push to all branches only
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
* Switch from unittest to pytest for running tests
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>1 parent 90e4b2e commit a326094
File tree
5 files changed
+43
-41
lines changed- .circleci
- .github/workflows
5 files changed
+43
-41
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments