summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade GitHub Actions (#500)Christian Clauss2023-03-181-2/+2
| | | | * https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases
* feat: set permissions to ci.yml (#492)Joyce2023-02-231-0/+3
| | | Signed-off-by: Joyce <joycebrum@google.com>
* Start removing support for Python 2.x for pycparserEli Bendersky2023-01-071-1/+1
|
* Add Python 3.11 as a supported version (#469)Erlend E. Aasland2022-10-281-1/+1
| | | | | | | * Add Python 3.11 as a supported version Fixes #468 * Address review: add Python 3.11 to CI test matrix
* Add support for Python 3.10 (#436)Hugo van Kemenade2021-10-051-1/+1
| | | | | * Add support for Python 3.10 * Test on 3.10 final
* Simplify test execution (#400)Jon Dufresne2020-12-081-2/+1
| | | | | | | | | | | | Use the stdlib standard entry point for running tests through the command: python -m unittest discover Docs: https://docs.python.org/3/library/unittest.html#unittest-test-discovery This automatically looks for files with the test_ prefix and runs them as tests. This removes the need for the custom test entry point script, all_tests.py.
* Add testing and support for modern Pythons (#398)Jon Dufresne2020-12-081-1/+1
| | | Python 3.9 was released on October 5th, 2020.
* Rename workflow to pycparser-testsEli Bendersky2020-09-221-1/+1
|
* Add multi-OS setup for github actions (#391)Eli Bendersky2020-09-221-1/+3
| | | | | * Test change * Add OS
* Add initial github workflow file for actionsEli Bendersky2020-09-221-0/+26