adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 18 forks source link

Stop supporting 6.x in the bundles #83

Closed tannewt closed 2 years ago

tannewt commented 2 years ago

Libraries are being updated for 7.0.0 only which has been out since September 20th, 2021.

I've updated the FAQ with the last bundle: https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions

dhalbert commented 2 years ago

If this is merged, I can finish putting asyncio in the bundle.

dhalbert commented 2 years ago

In the past, we have continued to build the bundle for the previous version, I believe. Was there a motivation besides timing for this?

dhalbert commented 2 years ago

OK, based on incompatible changes like https://github.com/adafruit/Adafruit_CircuitPython_PYOA/pull/29, it's OK with me to go ahead with this. But I will PR some pointers for https://circuitpython.orglibraries that point to the list of last compatible bundles

dhalbert commented 2 years ago

I deleted the 20211214 6.x bundle artifact from https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/tag/20211214, since it included the incompatible https://github.com/adafruit/Adafruit_CircuitPython_PYOA/pull/29 library.