Page 1 of 1

Is Python 3.9 supported?

Posted: Thu Apr 22, 2021 12:50 pm
by Rhybot
I know Phidget22 supports Python 3.8, does Phidget22 support Python 3.9?

https://pypi.org/project/Phidget22/

Re: Is Python 3.9 supported?

Posted: Thu Jun 10, 2021 6:37 am
by wvreeven
I installed Python 3.9.5 via pyenv and then installed the Phidget22 module via pip. It seems to work with this version of Python:

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()
Is there something Python 3.9 specific that you are looking for?

Re: Is Python 3.9 supported?

Posted: Thu Jun 10, 2021 11:20 am
by Rhybot
Just confirming was all, my team is considering a version bump later in the year. Thanks!

Re: Is Python 3.9 supported?

Posted: Wed Apr 20, 2022 11:27 pm
by Rhybot
For what it's worth, Phidgets are confirmed to work with Python 3.10 as well.