jquast / telnetlib3

Python Telnet server and client Protocol library using asyncio
Other
147 stars 32 forks source link

Switch to Github Actions #67

Closed gtaylor closed 1 year ago

gtaylor commented 1 year ago

This PR moves the repo over to Github Actions with as few modifications as I could manage. Further cleanup and expansion is warranted, but that'll be the subject of new PRs.

I had to lop Python 3.6 off of the matrix, as Github Actions doesn't seem to support it without pinning to a major + minor + patch release. Also filed #66 to discuss whether we can just cut 3.6 support entirely since it's EOL.

Coverage is still broken but won't break the builds. It'll require you to add a coverage secret env to the repo. Though, it looks like coveralls hasn't successfully ran in 7+ years!