Skip to content

Commit

Permalink
Mark new packages as beta (#539)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
c24t authored Apr 2, 2020
1 parent 83e89d1 commit 9a9db2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ext/opentelemetry-ext-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Expand All @@ -32,6 +32,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[options]
python_requires = >=3.4
Expand Down
3 changes: 2 additions & 1 deletion opentelemetry-auto-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/tree/master/opentel
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Expand All @@ -32,6 +32,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
python_requires = >=3.4
Expand Down

0 comments on commit 9a9db2b

Please sign in to comment.