From ee0c2527f7e7b8b514bb458e7946c5d8e0f32ea4 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Mon, 27 Feb 2023 17:55:16 +0100 Subject: [PATCH] Change python to 3.10 Signed-off-by: Aleksei Chetaev --- pytest_tests/helpers/cli_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/helpers/cli_helpers.py b/pytest_tests/helpers/cli_helpers.py index 17d24eb..8fe7661 100644 --- a/pytest_tests/helpers/cli_helpers.py +++ b/pytest_tests/helpers/cli_helpers.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.9 +#!/usr/bin/python3.10 """ Helper functions to use with `frostfs-cli`, `neo-go` and other CLIs.