Skip to content

Commit af2e4aa

Browse files
authored
Specify python version 3.10 in Github runner and poetry dep (#1481)
1 parent 71ebe12 commit af2e4aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Datadog <support@datadoghq.com>"]
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.9"
9+
python = "^3.10"
1010
click = "8.0.1"
1111
PyYAML = "6.0"
1212
jsonref = "0.2"

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
fetch-depth: 0
3333
ref: ${{ github.event.pull_request.head.sha }}
3434
token: ${{ steps.get_token.outputs.token }}
35+
- uses: actions/setup-python@v4
36+
with:
37+
python-version: '3.10'
3538
- name: Install pre-commit
3639
run: python -m pip install pre-commit
3740
- name: set PY

0 commit comments

Comments
 (0)