Skip to content

Commit

Permalink
Add Python 3.9 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stanković committed Apr 14, 2021
1 parent da0703e commit ff59887
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ workflows:
- prepare-python-linux:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-system-linux

Expand All @@ -746,21 +746,21 @@ workflows:
- lint:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-python-linux

- build-docs:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-python-linux

- smoketest:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
transport-layer: ["matrix"]
environment-type: ["production", "development"]
blockchain-type: ["geth", "parity"]
Expand All @@ -771,7 +771,7 @@ workflows:
matrix:
alias: test
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
test-type: ["unit", "mocked"]
requires:
- lint
Expand All @@ -780,7 +780,7 @@ workflows:
matrix:
alias: test-fuzz
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
test-type: ["fuzz"]
additional-args: "--hypothesis-show-statistics"
requires:
Expand Down Expand Up @@ -902,7 +902,7 @@ workflows:
- prepare-python-linux:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-system-linux

Expand All @@ -914,21 +914,21 @@ workflows:
- lint:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-python-linux

- build-docs:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
requires:
- prepare-python-linux

- smoketest:
matrix:
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
transport-layer: ["matrix"]
environment-type: ["production", "development"]
blockchain-type: ["geth", "parity"]
Expand All @@ -939,7 +939,7 @@ workflows:
matrix:
alias: test
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
test-type: ["unit", "mocked"]
requires:
- lint
Expand All @@ -948,7 +948,7 @@ workflows:
matrix:
alias: test-fuzz
parameters:
py-version: ["3.7", "3.8"]
py-version: ["3.7", "3.8", "3.9"]
test-type: ["fuzz"]
additional-args: "--hypothesis-show-statistics"
requires:
Expand Down

0 comments on commit ff59887

Please sign in to comment.