revert Python 3.11
Reviewed-by: tischrei <tino.schreiber@t-systems.com> Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
This commit is contained in:
		@ -3,10 +3,8 @@ minversion = 3.1
 | 
				
			|||||||
envlist = py39,pep8
 | 
					envlist = py39,pep8
 | 
				
			||||||
skipsdist = True
 | 
					skipsdist = True
 | 
				
			||||||
ignore_basepython_conflict = True
 | 
					ignore_basepython_conflict = True
 | 
				
			||||||
basepython = python3.11
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
basepython = python3.11
 | 
					 | 
				
			||||||
usedevelop = True
 | 
					usedevelop = True
 | 
				
			||||||
install_command = pip install {opts} {packages}
 | 
					install_command = pip install {opts} {packages}
 | 
				
			||||||
deps =
 | 
					deps =
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user