aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-12-13Bump to amaranth 0.4.Wanda
2023-08-22CI: fix display glitch. NFCCatherine
2023-08-08CI: allow failure on Amaranth 0.3 builds.Catherine
This is because Amaranth 0.3 does not have `vendor.gowin`.
2023-08-08CI: group all required workflows into one for the status check.Catherine
This simplifies repository management.
2023-08-08Drop support for Python 3.7.Catherine
Also, expand the Python CI version range to be the same as that of Amaranth.
2023-06-30CI: bump Python version to 3.8.Catherine
2023-02-03CI: test daily against git HEAD of Amaranth.Catherine
2023-02-03CI: add workaround for MarkupSafe issues with Amaranth 0.3.Catherine
2023-02-03Drop support for Amaranth 0.2.Catherine
It was never released under that name anyway.
2023-02-03CI: test against all supported Amaranth versions.Catherine
2023-02-03CI: update outdated actions.Catherine
2020-08-04CI: install wheel manuallyRobin Ole Heinemann
2020-07-24CI: Setup github actionsRobin Ole Heinemann
This uses "setup.py test" to check if all boards are importable, until a better solution is found or actual tests are added.