mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 13:12:39 +08:00
removing references to python 3.4
This commit is contained in:
@ -34,14 +34,13 @@ classifiers =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.4
|
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
python_requires = >=3.4
|
python_requires = >=3.5
|
||||||
package_dir=
|
package_dir=
|
||||||
=src
|
=src
|
||||||
packages=find_namespace:
|
packages=find_namespace:
|
||||||
|
4
tox.ini
4
tox.ini
@ -5,10 +5,10 @@ envlist =
|
|||||||
; Environments are organized by individual package, allowing
|
; Environments are organized by individual package, allowing
|
||||||
; for specifying supported Python versions per package.
|
; for specifying supported Python versions per package.
|
||||||
|
|
||||||
; py3{4,5,6,7,8}-test-flask
|
; py3{5,6,7,8}-test-flask
|
||||||
; pypy3-test-flask
|
; pypy3-test-flask
|
||||||
|
|
||||||
; py3{4,5,6,7,8}-test-django
|
; py3{5,6,7,8}-test-django
|
||||||
; pypy3-test-django
|
; pypy3-test-django
|
||||||
lint
|
lint
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user