getkuby / kuby-core

A convention over configuration approach for deploying Rails apps. https://getkuby.io
MIT License
580 stars 26 forks source link

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

Closed camertron closed 1 year ago

camertron commented 1 year ago

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.