sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Update setup.py to use pyxb>=1.2.5 for 3.10 support

Open M4cs opened this issue 3 years ago • 5 comments

M4cs avatar Dec 02 '22 18:12 M4cs

Can we get this merged?

jacobjove avatar Dec 12 '22 22:12 jacobjove

Let's merge this please :)

ImShady avatar May 20 '23 23:05 ImShady

Had to also comment out the pyxb version enforcement at the top of https://github.com/AuthorizeNet/sdk-python/blob/master/authorizenet/apicontractsv1.py

ImShady avatar May 21 '23 00:05 ImShady

I tested this with python3.11.7 and [email protected] and fixed apicontractsv1.py like this:

# Version of PyXB used to generate the bindings
_PyXBVersion = '1.2.7-DEV'

if you don't want to comment out the version check entirely...

TimWhalen avatar Jan 23 '24 23:01 TimWhalen

I also need this. I may deprecate authorizenet in my app and tell my customers it is stripe only if this continues to block adopting updated python versions.

skruger avatar Aug 24 '24 06:08 skruger