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

Attempt to use Python3 in integration tests (node dependency) #132

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

camertron
Copy link
Member

Actions no longer offers Python 2.x, which is a node dependency. Node uses the gyp build system for native extensions, which is written in Python. Fortunately it sounds like Python 3 is supported as of node v13, so we should be able to use a much more modern Python in our integration tests.

@camertron camertron merged commit f0c7f67 into master Aug 7, 2023
15 of 16 checks passed
@camertron camertron deleted the integration_python3 branch August 7, 2023 21:25
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.

1 participant