Skip to content

Commit 455555b

Browse files
committed
Drop python 3.7 support which is EOL
1 parent 61eecd7 commit 455555b

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

opentelemetry-exporter-gcp-monitoring/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2625
package_dir=
2726
=src
2827
packages=find_namespace:

opentelemetry-exporter-gcp-trace/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2625
package_dir=
2726
=src
2827
packages=find_namespace:

opentelemetry-propagator-gcp/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2625
package_dir=
2726
=src
2827
packages=find_namespace:

opentelemetry-resourcedetector-gcp/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2625
package_dir=
2726
=src
2827
packages=find_namespace:

0 commit comments

Comments
 (0)