Skip to content

Commit 2710e25

Browse files
author
alrex
authored
add Python 3.9 to setup.cfg template (#698)
1 parent d2984f5 commit 2710e25

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77
pull_request:
88
env:
9-
CORE_REPO_SHA: d9c22a87b6bfc5ec332588c764f82c32f068b2c3
9+
CORE_REPO_SHA: 10208c1be1e720925a80a66f711b8afbe67537f4
1010

1111
jobs:
1212
build:

Diff for: _template/setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers =
3737
Programming Language :: Python :: 3.6
3838
Programming Language :: Python :: 3.7
3939
Programming Language :: Python :: 3.8
40+
Programming Language :: Python :: 3.9
4041

4142
[options]
4243
python_requires = >=3.6

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ deps =
187187
setenv =
188188
; override CORE_REPO_SHA via env variable when testing other branches/commits than main
189189
; 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}
191191
CORE_REPO="git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}"
192192

193193
changedir =

0 commit comments

Comments
 (0)