Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions CI workflow #52

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

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