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

Switched from ed25519 to pynacl #19

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

Conversation

pinnace
Copy link

@pinnace pinnace commented Feb 25, 2024

Made some basic changes to use pynacl instead of ed25519, which is no longer maintained. This should remove pip errors when installing.

Fix #18

@hieuh25
Copy link

hieuh25 commented Mar 23, 2024

The changes look mostly good, but i think pinning Python version to be >= 3.10 was a bit excessive. I made a test matrix at #21 and the library can still support Python >= 3.8

@pinnace
Copy link
Author

pinnace commented Mar 27, 2024

Sounds fair to me!

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.

Error when type "pip install py-near", my Python version is 3.12.1
3 participants