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 python requirments #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

suRedLance
Copy link

As of python 3.11, enum module doesn't have a '_decompose' attribute. Forcing python 3.10 on install will fix the problems.

As of python 3.11, enum module doesn't have a '_decompose'  attribute.
Forcing python 3.10 on install will fix the problems.
@exploide
Copy link

exploide commented Mar 2, 2023

This is not a suitable long-term fix. Certipy needs to be compatible with Python 3.11. There is already an attempt in #129.

@suRedLance
Copy link
Author

suRedLance commented Mar 2, 2023

#129 is a work in progress from what I saw.
Right now the tool doesn't support Python 3.11, declaring it needs Python 3.10 is just a courtesy to make sure it works out of the box. :)

@exploide
Copy link

Think this is obsolete now since #129 has been merged.

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.

None yet

2 participants