You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to find the latest bundle for the detected version.
If no bundle can be found, download a "latest" version that is kept on AWS S3. These bundles will be a copy of the "last available" bundle for a version of CircuitPython, listed here: https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#faq-3105289. But the AWS S3 copy should be renamed so it does not include the timestamp. This will allow it to be updated without having to update circup.
If no "latest" bundle can be found for a deprecated version, then fail with an informative message.
These changes will make it unnecessary to update circup when we add a new major version of CircuitPython or deprecate an old one.
The text was updated successfully, but these errors were encountered:
Currently, circup only handles the versions of CircuitPython that are listed in
circup/circup/__init__.py
Line 58 in f0d5177
Proposal: handle all versions.
These changes will make it unnecessary to update circup when we add a new major version of CircuitPython or deprecate an old one.
The text was updated successfully, but these errors were encountered: