c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.05k stars 134 forks source link

Consolidate CI into github actions #227

Closed clbarnes closed 2 years ago

clbarnes commented 3 years ago

travis-ci.org is dead, I couldn't find the builds on travis-ci.com, and appveyor doesn't support python 3.9, which has been out for 10 months (with dev builds far pre-dating that). In general, maintaining multiple CI configs is a pain. GHA would let us test on linux, windows, and mac with relatively little pain in one config file, with better python support. We can even keep delegating to tox: https://github.com/ymyzk/tox-gh-actions

florisla commented 3 years ago

Hi, this sounds very good.

Would you be willing to make a PR for this?