Skip to content

Tags: am3erer/python-can

Tags

4.0.0-dev.0

Toggle 4.0.0-dev.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable GitHub Actions runners to run tests (hardbyte#827)

GitHub announced Actions at GitHub Universe in 2018, however this was
somewhat limited, and support for running CI/CD pipelines was only
released in August 2019. This was in beta for a long time, and finally
has been rolled out to the general public.

This adds a minimal GitHub Actions workflow that runs all the current
tests on a build matrix consisting of {Ubuntu,macOS,Windows} and Python
3.{6,7,8}. This also seems to run much faster than the current Travis CI
pipelines, and actually lets us cover multiple versions on macOS without
a series of hacks.

Unfortunately, the kernel that GitHub Actions uses (5.0.0-1035-azure)
doesn't include the vcan kernel module, so we still need Travis CI to
run SocketCAN tests.

3.3.3

Toggle 3.3.3's commit message
Set version to 3.3.3

3.3.3-alpha.3

Toggle 3.3.3-alpha.3's commit message
3.3.3-a.3

3.3.3-alpha.2

Toggle 3.3.3-alpha.2's commit message
Update changelog with more backported fixes for 3.3.3 release

3.3.3-alpha.1

Toggle 3.3.3-alpha.1's commit message
3.3.3-a.1

3.3.3-alpha.0

Toggle 3.3.3-alpha.0's commit message
Add changelog for release 3.3.3 and append alpha 0 tag for testing.

3.3.2.final

Toggle 3.3.2.final's commit message
Bump version to 3.3.2

3.3.2

Toggle 3.3.2's commit message
Update Readme

Fix typo + rearrange badges + add monthly downloads badge

3.3.1

Toggle 3.3.1's commit message
Bump version to 3.3.1

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hardbyte#629

Release v3.3.0