Skip to content

Commit

Permalink
Remove redundant circleci matrix parameter (open-telemetry#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe4 authored Aug 17, 2020
1 parent 1576a0d commit 5aa1d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ workflows:
- build:
matrix:
parameters:
version: ["py38", "py37", "py36", "py35", "pypy3"]
version: ["py37", "py36", "py35", "pypy3"]
package: ["core", "exporter", "instrumentation"]
- build-py34:
matrix:
Expand Down

0 comments on commit 5aa1d81

Please sign in to comment.