File diff aacc3211e5e0 → 7c2f909ffdd5
tox.ini
Show inline comments
 
@@ -18,7 +18,7 @@
 
#
 

	
 
[tox]
 
envlist = {py38,py39,py310,py311},lint,doc
 
envlist = {py38,py39,py310,py311,py312},lint,doc
 

	
 
[testenv]
 
allowlist_externals =
 
@@ -31,6 +31,7 @@ basepython =
 
  py39: python3.9
 
  py310: python3.10
 
  py311: python3.11
 
  py312: python3.12
 

	
 
deps =
 
  .[test]