chore: Run all versions of Python in CI by seebees · Pull Request #613 · aws/aws-encryption-sdk-python

Conversation

@seebees

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

texastony


env:
variables:
TOXENV: "py310-awses_local"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TOXENV: "py310-awses_local"
TOXENV: "py311-awses_local"

env:
variables:
TOXENV: "py310-examples"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TOXENV: "py310-examples"
TOXENV: "py311-examples"

env:
variables:
TOXENV: "py310-integ"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TOXENV: "py310-integ"
TOXENV: "py311-integ"

2 participants

@seebees @texastony