Skip to content
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

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

M4cs
Copy link

@M4cs M4cs commented Dec 2, 2022

No description provided.

@jacobjove
Copy link

Can we get this merged?

@ImShady
Copy link

ImShady commented May 20, 2023

Let's merge this please :)

@ImShady
Copy link

ImShady commented May 21, 2023

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

@TimWhalen
Copy link

TimWhalen commented Jan 23, 2024

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...

@skruger
Copy link

skruger commented Aug 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants