Skip to content

Commit 9c6db79

Browse files
committed
fix: install setuptools?
1 parent efe91de commit 9c6db79

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

.github/workflows/unit.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
- name: Install project
5050
run: poetry install --no-interaction
5151
#----------------------------------------------
52-
# install setuptools
53-
#----------------------------------------------
54-
- name: Install setuptools
55-
run: pip install --upgrade setuptools
56-
#----------------------------------------------
5752
# run test suite
5853
#----------------------------------------------
5954
- name: Build

poetry.lock

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ readme = "README.md"
77
packages = [{include = "hyperdx", from = "src" }]
88

99
[tool.poetry.dependencies]
10-
python = ">= 3.8"
10+
python = ">= 3.9"
1111
opentelemetry-api = "1.30.0"
1212
opentelemetry-sdk = "1.30.0"
1313
opentelemetry-exporter-otlp = "1.30.0"
1414
opentelemetry-instrumentation = "0.51b0"
15+
setuptools = "^75.8.0"
1516

1617
[tool.poetry.group.dev.dependencies]
1718
coverage = ">=6.5,<8.0"

0 commit comments

Comments
 (0)