Is Python 3.9 supported?
Posted: Thu Apr 22, 2021 12:50 pm
I know Phidget22 supports Python 3.8, does Phidget22 support Python 3.9?
https://pypi.org/project/Phidget22/
https://pypi.org/project/Phidget22/
Phidgets Support and Discussion forums
https://phidgets.com./phorum/
Code: Select all
$ python
Python 3.9.5 (default, Jun 10 2021, 00:21:02)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from Phidget22.Phidget import *
>>> exit()