|
47 | 47 | "protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", |
48 | 48 | "grpc-google-iam-v1 >= 0.12.4, < 1.0.0", |
49 | 49 | "grpcio-status >= 1.33.2", |
50 | | - "opentelemetry-api <= 1.22.0; python_version<='3.7'", |
51 | | - "opentelemetry-api >= 1.27.0; python_version>='3.8'", |
52 | | - "opentelemetry-sdk <= 1.22.0; python_version<='3.7'", |
53 | | - "opentelemetry-sdk >= 1.27.0; python_version>='3.8'", |
| 50 | + "opentelemetry-api >= 1.27.0", |
| 51 | + "opentelemetry-sdk >= 1.27.0", |
54 | 52 | ] |
55 | 53 | extras = {"libcst": "libcst >= 0.3.10"} |
56 | 54 | url = "https://github.com/googleapis/python-pubsub" |
|
82 | 80 | "License :: OSI Approved :: Apache Software License", |
83 | 81 | "Programming Language :: Python", |
84 | 82 | "Programming Language :: Python :: 3", |
85 | | - "Programming Language :: Python :: 3.7", |
86 | | - "Programming Language :: Python :: 3.8", |
87 | 83 | "Programming Language :: Python :: 3.9", |
88 | 84 | "Programming Language :: Python :: 3.10", |
89 | 85 | "Programming Language :: Python :: 3.11", |
|
97 | 93 | packages=packages, |
98 | 94 | install_requires=dependencies, |
99 | 95 | extras_require=extras, |
100 | | - python_requires=">=3.7", |
| 96 | + python_requires=">=3.9", |
101 | 97 | include_package_data=True, |
102 | 98 | zip_safe=False, |
103 | 99 | ) |
0 commit comments