From a9049f7510574407969a5e199e72536accef831d Mon Sep 17 00:00:00 2001 From: muxator Date: Sat, 24 Feb 2024 11:48:33 +0100 Subject: [PATCH] tests: add missing "311" env in tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7af7965f..7ac942b5 100644 --- a/tox.ini +++ b/tox.ini @@ -29,12 +29,12 @@ commands = --cov-report=html \ --cov-report=term {posargs} -[testenv:py{38,39,310}] +[testenv:py{38,39,310,311}] commands = {[testenv]commands} # test environment for notebooks -[testenv:py{38,39,310}-nb] +[testenv:py{38,39,310,311}-nb] deps = pytest==7.4.2 mesa==2.1.1