neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Add CI for Python 3.7, 3.8 & pypy-3.7 via GitHub actions #153

Closed mrdavidlaing closed 1 year ago

mrdavidlaing commented 2 years ago

A simple PR to update dev dependencies and ensure (via tox and GitHub Actions) that the tests run under supported Python versions

Example output from GitHub Actions image