kplindegaard / smbus2

A drop-in replacement for smbus-cffi/smbus-python in pure Python
MIT License
243 stars 68 forks source link

Don't attempt to run Python 2.7 GitHub workflow #93

Closed markmentovai closed 1 year ago

markmentovai commented 1 year ago

Effective 2023-06-19, GitHub Actions has removed support for Python 2.7. See https://github.com/actions/setup-python/issues/672 and https://github.com/actions/python-versions/commit/87d20c715fb88616b9231bdb676ef2b2825c47f8. Since then, the smbus2 build-py_legacy (2.7) job has failed, for example, https://github.com/kplindegaard/smbus2/actions/runs/5895472485/job/15991316082.

This does not change the status of Python 2.7 support by smbus2 code. It only disables the unsupported configuration in the GitHub workflow.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication