File diff 47d3207d5f32 → f63fef3858a1
tox.ini
Show inline comments
 
@@ -18,7 +18,7 @@
 
#
 

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

	
 
[testenv]
 
allowlist_externals =
 
@@ -30,6 +30,7 @@ basepython =
 
  py38: python3.8
 
  py39: python3.9
 
  py310: python3.10
 
  py311: python3.11
 

	
 
deps =
 
  .[test]