kplindegaard / smbus2

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

ci: add py3.12 #104

Closed thijstriemstra closed 6 months ago

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

thijstriemstra commented 7 months ago

Seems to fail with https://github.com/kplindegaard/smbus2/actions/runs/8273162593/job/22636410599?pr=104#step:4:45:

Traceback (most recent call last):
  File "/home/runner/work/smbus2/smbus2/setup.py", line 7, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
kplindegaard commented 7 months ago

Thanks for the reminder, @thijstriemstra. I have a fix here if you would like to have a look: #105