Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a9db2b

Browse files
authored
Mark new packages as beta (open-telemetry#539)
Update dev status classifiers to beta Add py3.8 classifier This change only affects the classifier for packages installed from source, the packages on PyPI will be updated with the next release.
1 parent 83e89d1 commit 9a9db2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ext/opentelemetry-ext-grpc/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

opentelemetry-auto-instrumentation/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/tree/master/opentel
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536
3637
[options]
3738
python_requires = >=3.4

0 commit comments

Comments
 (0)