Skip to content

Conversation

@sheats
Copy link

@sheats sheats commented Dec 20, 2024

No description provided.

bvoelsch and others added 12 commits April 16, 2024 09:48
Add FulfillmentV2 method to init
Add FulfillmentV2 method to resources __init__
Add support for 2024-07 API version
As discussed in the [issue](#725)
there is an issue when trying to install this package when using
Python 3.12. The issue is caused by
[PEP-632](https://peps.python.org/pep-0632/) removing `distutils` from
the built-in libraries this version of python is shipped with. In
versions 6.0.0 and lower of PyYaml, this causes the build the fail. As
mentioned in their [issue](yaml/pyyaml#756)
using v6.0.1 or later will resolve this issue. So updating our
`setup.py` install_requires dependency specifications to reflect this.

While I'm here, also update the classifiers to include support for
PY3.12 and show this more clearly on the README of the repo.
Fix(725): Add support for building the package in Python 3.12
Allow the use of API versions that are not previsouly defined
@sheats sheats merged commit 1a450db into returnzap:master Dec 20, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants