Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0951b37

Browse files
silvanocerzaumbynos
authored andcommittedDec 7, 2021
Update python version in integration tests (#1579)
1 parent 69f655e commit 0951b37

File tree

5 files changed

+211
-165
lines changed

5 files changed

+211
-165
lines changed
 

‎.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
66
GO_VERSION: "1.16"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8-
PYTHON_VERSION: "3.9.6"
8+
PYTHON_VERSION: "3.9"
99

1010
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
1111
on:

‎.github/workflows/check-python-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Python
33

44
env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
6-
PYTHON_VERSION: "3.9.6"
6+
PYTHON_VERSION: "3.9"
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:

‎.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
66
GO_VERSION: "1.16"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8-
PYTHON_VERSION: "3.9.6"
8+
PYTHON_VERSION: "3.9"
99

1010
on:
1111
push:

‎poetry.lock

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

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Project used to run integration tests for the Arduino CLI"
55
authors = []
66

77
[tool.poetry.dependencies]
8-
python = ">=3.8, <3.9.7"
8+
python = ">=3.8, !=3.9.7"
99
pytest = "6.0.2"
1010
simplejson = "3.17.0"
1111
semver = "2.13.0"

0 commit comments

Comments
 (0)
Please sign in to comment.