From 00866cf77389d859cb77fd853452a44901f39eea Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 15 Nov 2023 01:34:23 -0500 Subject: [PATCH] put manifest and binder to 3.11 as well in tox --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 25850d89..17d1c0ba 100644 --- a/tox.ini +++ b/tox.ini @@ -55,10 +55,10 @@ basepython = py310: python3.10 py311: python3.11 py312: python3.12 - manifest: python3.12 + manifest: python3.11 dist: python3.12 docs: python3.11 - binder: python3.12 + binder: python3.11 deps = .[dev] # Have to use /bin/bash or the `*` will cause that argument to get quoted by the tox command line... allowlist_externals = /bin/bash