CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

Feat: remove version and add executor #122

Open marboledacci opened 16 hours ago

marboledacci commented 16 hours ago

Resolves: #107

I'm adding a parameter executor to the test job, this way it can be used in a more custom way when required. This changes removes the version parameter as they are mutually exclusive. The default executor will keep the same, but if someone is using a different version, it would need to be updated. This is a breaking change and must be a major release.