From c75de26dd355453b4b8fd305deb0e3b3ead2c299 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 11 May 2024 14:15:38 -0400 Subject: [PATCH] Bump range of glue versions in test matrix. --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 9ef6277..14bbb19 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,311}-test, py311-glue{113,114,115,116,117}-test +envlist = py{38,39,310,311}-test, py311-glue{116,117,118,119,120}-test requires = pip >= 18.0 setuptools >= 30.3.0 @@ -12,11 +12,11 @@ changedir = extras = test: test,qt,jupyter commands = - glue113: pip install glue-core==1.13.* glue-jupyter<=0.19 - glue114: pip install glue-core==1.14.* glue-jupyter<=0.19 - glue115: pip install glue-core==1.15.* glue-jupyter<=0.19 glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 glue117: pip install glue-core==1.17.* glue-jupyter<=0.20 + glue118: pip install glue-core==1.18.* glue-jupyter<=0.20 + glue119: pip install glue-core==1.19.* glue-jupyter<=0.20 + glue120: pip install glue-core==1.20.* glue-jupyter<=0.20 test: pip freeze test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}