File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
- ' release/*'
7
7
pull_request :
8
8
env :
9
- CORE_REPO_SHA : d9c22a87b6bfc5ec332588c764f82c32f068b2c3
9
+ CORE_REPO_SHA : 10208c1be1e720925a80a66f711b8afbe67537f4
10
10
11
11
jobs :
12
12
build :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers =
37
37
Programming Language :: Python :: 3.6
38
38
Programming Language :: Python :: 3.7
39
39
Programming Language :: Python :: 3.8
40
+ Programming Language :: Python :: 3.9
40
41
41
42
[options]
42
43
python_requires = >=3.6
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ deps =
187
187
setenv =
188
188
; override CORE_REPO_SHA via env variable when testing other branches/commits than main
189
189
; i.e: CORE_REPO_SHA=dde62cebffe519c35875af6d06fae053b3be65ec tox -e <env to test>
190
- CORE_REPO_SHA ={env:CORE_REPO_SHA:" main" }
190
+ CORE_REPO_SHA ={env:CORE_REPO_SHA:main}
191
191
CORE_REPO =" git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}"
192
192
193
193
changedir =
You can’t perform that action at this time.
0 commit comments