From f8fb040cfdad8254814a9437ac285546c7757c8f Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 30 Sep 2021 14:44:50 +0200 Subject: [PATCH] Add tests config file to specificaly state that we're not interested in python < 3.6 --- tests/config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/config.yml diff --git a/tests/config.yml b/tests/config.yml new file mode 100644 index 00000000000..5112f726881 --- /dev/null +++ b/tests/config.yml @@ -0,0 +1,2 @@ +modules: + python_requires: '>=3.6'