Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/dependabot/fetch…
Browse files Browse the repository at this point in the history
…-metadata-1.6.0
  • Loading branch information
texastony authored Feb 29, 2024
2 parents 416add3 + bcead77 commit afa6675
Show file tree
Hide file tree
Showing 33 changed files with 585 additions and 72 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_test-vector-handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- windows-latest
- macos-latest
python:
- 3.7
- 3.8
- 3.x
architecture:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- 3.9
- "3.10"
- "3.11"
- 3.x # Ideally, we would skip if 3.x is 3.11
- "3.12"
- 3.x
architecture:
- x64
- x86
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Required Prerequisites
======================

* Python 3.7+
* cryptography >= 2.5.0
* cryptography >= 3.4.6
* boto3 >= 1.10.0
* attrs

Expand Down
49 changes: 49 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,81 @@ batch:
build-list:
- identifier: py37_integ
buildspec: codebuild/py37/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py37_examples
buildspec: codebuild/py37/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py37_awses_local
buildspec: codebuild/py37/awses_local.yml
env:
image: aws/codebuild/standard:5.0

- identifier: py38_integ
buildspec: codebuild/py38/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py38_examples
buildspec: codebuild/py38/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py38_awses_local
buildspec: codebuild/py38/awses_local.yml
env:
image: aws/codebuild/standard:5.0

- identifier: py39_integ
buildspec: codebuild/py39/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_examples
buildspec: codebuild/py39/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_awses_latest
env:
image: aws/codebuild/standard:5.0

- identifier: py310_integ
buildspec: codebuild/py310/integ.yml
env:
image: aws/codebuild/standard:6.0
- identifier: py310_examples
buildspec: codebuild/py310/examples.yml
env:
image: aws/codebuild/standard:6.0
- identifier: py310_awses_latest
buildspec: codebuild/py310/awses_local.yml
env:
image: aws/codebuild/standard:6.0

- identifier: py311_integ
buildspec: codebuild/py311/integ.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py311_examples
buildspec: codebuild/py311/examples.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py311_awses_latest
buildspec: codebuild/py311/awses_local.yml
env:
image: aws/codebuild/standard:7.0

- identifier: py312_integ
buildspec: codebuild/py312/integ.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py312_examples
buildspec: codebuild/py312/examples.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py312_awses_latest
buildspec: codebuild/py312/awses_local.yml
env:
image: aws/codebuild/standard:7.0

- identifier: code_coverage
buildspec: codebuild/coverage/coverage.yml

Expand Down
Loading

0 comments on commit afa6675

Please sign in to comment.