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:
1313 strategy :
1414 matrix :
1515 py :
16- - { version: "3.7", tox: "37" }
1716 - { version: "3.8", tox: "38" }
1817 - { version: "3.9", tox: "39" }
1918 - { version: "3.10", tox: "310" }
2019 - { version: "3.11", tox: "311" }
2120 - { version: "3.12", tox: "312" }
21+ - { version: "3.13", tox: "313" }
2222 env :
2323 run-matrix-combo : ${{ matrix.py.version }}
2424
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
1414 License :: OSI Approved :: Apache Software License
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
2322
2423[options]
25- python_requires = >=3.7
24+ python_requires = >=3.8
2625package_dir =
2726 =src
2827packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
1414 License :: OSI Approved :: Apache Software License
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
2322
2423[options]
25- python_requires = >=3.7
24+ python_requires = >=3.8
2625package_dir =
2726 =src
2827packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
1414 License :: OSI Approved :: Apache Software License
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
2322
2423[options]
25- python_requires = >=3.7
24+ python_requires = >=3.8
2625package_dir =
2726 =src
2827packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ classifiers =
1414 License :: OSI Approved :: Apache Software License
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
2322
2423[options]
25- python_requires = >=3.7
24+ python_requires = >=3.8
2625package_dir =
2726 =src
2827packages =find_namespace:
You can’t perform that action at this time.
0 commit comments