Python

How to choose which version of Python to use on your runners

Changing your Python Version

Using Test Stacks is easy, you just need to provide a testery.yml file in your source repository. Add the following content...

test_stack:
  configuration_key: python-chrome.115-java.17-nodejs.18-python.3.8

Last updated