testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
94 stars 88 forks source link

Fix pypy CI runs #356

Closed jelmer closed 12 months ago

jelmer commented 12 months ago

Fix pypy CI runs

cclauss commented 12 months ago

This changed the name of the Required GitHub Action from build (pypy) to build (pypy3.10) which means that GHA runs will not complete until a rename is made in the left panel of https://github.com/testing-cabal/testtools/actions

Perhaps add build (3.11) and build (3.12) to that Required list.