Skip to content

Add GitHub Actions CI workflow#52

Open
elliotwutingfeng wants to merge 7 commits intoricmoo:masterfrom
elliotwutingfeng:ci
Open

Add GitHub Actions CI workflow#52
elliotwutingfeng wants to merge 7 commits intoricmoo:masterfrom
elliotwutingfeng:ci

Conversation

@elliotwutingfeng
Copy link

Closes #43.

  • Added GitHub Actions CI workflow for Python versions 2.7 and 3.8-3.12.
  • Some bare exceptions for Python 2/3 checks were replaced with more specific methods like sys.version_info checks or ImportError.

The ubuntu container was needed for Python 2.7 as none of the current runners support Python 2.7 directly anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Travis-Ci for testing

1 participant