File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
opentelemetry-exporter-gcp-monitoring
opentelemetry-exporter-gcp-trace
opentelemetry-propagator-gcp
opentelemetry-resourcedetector-gcp Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
py :
16
- - { version: "3.7", tox: "37" }
17
16
- { version: "3.8", tox: "38" }
18
17
- { version: "3.9", tox: "39" }
19
18
- { version: "3.10", tox: "310" }
20
19
- { version: "3.11", tox: "311" }
21
20
- { version: "3.12", tox: "312" }
21
+ - { version: "3.13", tox: "313" }
22
22
env :
23
23
run-matrix-combo : ${{ matrix.py.version }}
24
24
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.7
18
17
Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Programming Language :: Python :: 3.11
22
21
Programming Language :: Python :: 3.12
23
22
24
23
[options]
25
- python_requires = >=3.7
24
+ python_requires = >=3.8
26
25
package_dir =
27
26
=src
28
27
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.7
18
17
Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Programming Language :: Python :: 3.11
22
21
Programming Language :: Python :: 3.12
23
22
24
23
[options]
25
- python_requires = >=3.7
24
+ python_requires = >=3.8
26
25
package_dir =
27
26
=src
28
27
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.7
18
17
Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Programming Language :: Python :: 3.11
22
21
Programming Language :: Python :: 3.12
23
22
24
23
[options]
25
- python_requires = >=3.7
24
+ python_requires = >=3.8
26
25
package_dir =
27
26
=src
28
27
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.7
18
17
Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Programming Language :: Python :: 3.11
22
21
Programming Language :: Python :: 3.12
23
22
24
23
[options]
25
- python_requires = >=3.7
24
+ python_requires = >=3.8
26
25
package_dir =
27
26
=src
28
27
packages =find_namespace:
You can’t perform that action at this time.
0 commit comments