From 880775edfabebb64e7d639d9754b2f7d5fb60864 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Mon, 16 Jan 2023 11:56:29 -0500 Subject: [PATCH] chore(ci): update tested versions of rq --- riotfile.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/riotfile.py b/riotfile.py index fb79d6596cb..6f86dadbe51 100644 --- a/riotfile.py +++ b/riotfile.py @@ -1393,8 +1393,6 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION): pkgs={ "rq": [ "~=1.0.0", - "~=1.1.0", - "~=1.2.0", "~=1.3.0", ], }, @@ -1404,16 +1402,19 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION): pkgs={ "rq": [ "~=1.0.0", - "~=1.1.0", - "~=1.2.0", - "~=1.3.0", - "~=1.4.0", - "~=1.5.0", - "~=1.6.0", - "~=1.7.0", - "~=1.8.0", - "~=1.9.0", - "~=1.10.0", + "~=1.11.0", + # 1.12.0 removed support for Python 3.5 + ], + # https://github.com/rq/rq/issues/1469 rq [1.0,1.8] is incompatible with click 8.0+ + "click": "==7.1.2", + }, + ), + Venv( + pys=select_pys(min_version="3.6"), + pkgs={ + "rq": [ + "~=1.0.0", + "~=1.11.0", latest, ], # https://github.com/rq/rq/issues/1469 rq [1.0,1.8] is incompatible with click 8.0+