-
Notifications
You must be signed in to change notification settings - Fork 77
Require Python version >= 3.7.0 #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require Python version >= 3.7.0 #85
Conversation
Spawned from #81, but for using the same Python version as the Blinka requirement of >= 6.20.6
Co-authored-by: Dan Halbert <[email protected]>
Is it worth adding this to other libraries that were changed recently for Blinka/typing work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The only other one I did was https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C. I think it's not crucial, but you could fix that one similarly. |
Updating https://github.com/adafruit/Adafruit_CircuitPython_AS7341 to 1.2.6 from 1.2.5: > Merge pull request adafruit/Adafruit_CircuitPython_AS7341#29 from tekktrik/fix-python-version > Merge pull request adafruit/Adafruit_CircuitPython_AS7341#28 from tekktrik/doc/fix-cvar-typing Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media to 0.9.7 from 0.9.6: > Merge pull request adafruit/Adafruit_CircuitPython_BLE_Apple_Media#13 from tekktrik/dev/fix-issue8 > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 5.1.7 from 5.1.6: > Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#85 from tekktrik/hotfix/require-python-version Updating https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C to 1.2.9 from 1.2.8: > Merge pull request adafruit/Adafruit_CircuitPython_Debug_I2C#14 from tekktrik/dev/add-python-ver Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 2.22.1 from 2.22.0: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#165 from tekktrik/add-missing-dependency > Fixed readthedocs build Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_ESP32S2TFT
Spawned from #81, but for using the same Python version as the Blinka requirement of >= 6.20.6