From ff2fd79cbc571df8769de2b260aead10b88db68e Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Mon, 31 Jul 2023 14:48:26 +0200 Subject: [PATCH] don't use python 3.7 for ASV testing of HDK Signed-off-by: Anatoly Myachev --- asv_bench/asv.conf.hdk.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/asv_bench/asv.conf.hdk.json b/asv_bench/asv.conf.hdk.json index 317becb9fc8..a9c0f02000d 100644 --- a/asv_bench/asv.conf.hdk.json +++ b/asv_bench/asv.conf.hdk.json @@ -32,10 +32,6 @@ // the base URL to show a commit for the project. "show_commit_url": "https://github.com/modin-project/modin/commit/", - // The Pythons you'd like to test against. If not provided, defaults - // to the current version of Python used to run `asv`. - "pythons": ["3.7"], - // The list of conda channel names to be searched for benchmark // dependency packages in the specified order "conda_channels": ["conda-forge", "defaults"],