Skip to content

Commit 81cd9b3

Browse files
authored
chore(deps): bump Python from 3.6 to 3.10 (#318)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 355e39c commit 81cd9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup - Python
3232
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
3333
with:
34-
python-version: 3.6
34+
python-version: "3.10"
3535
cache: "pip"
3636
cache-dependency-path: "requirements-test.txt"
3737

@@ -64,4 +64,4 @@ jobs:
6464
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc
6565
with:
6666
version: v1.45.2
67-
args: --timeout 3m
67+
args: --timeout 3m

0 commit comments

Comments
 (0)