We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ebe12 commit af2e4aaCopy full SHA for af2e4aa
.generator/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Datadog <support@datadoghq.com>"]
6
license = "Apache-2.0"
7
8
[tool.poetry.dependencies]
9
-python = "^3.9"
+python = "^3.10"
10
click = "8.0.1"
11
PyYAML = "6.0"
12
jsonref = "0.2"
.github/workflows/test.yml
@@ -32,6 +32,9 @@ jobs:
32
fetch-depth: 0
33
ref: ${{ github.event.pull_request.head.sha }}
34
token: ${{ steps.get_token.outputs.token }}
35
+ - uses: actions/setup-python@v4
36
+ with:
37
+ python-version: '3.10'
38
- name: Install pre-commit
39
run: python -m pip install pre-commit
40
- name: set PY
0 commit comments