mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-10-31 20:51:54 +00:00 
			
		
		
		
	Depend on py3.7+ for tox, add python 3.8 to azure pipeline targets (#29)
This commit is contained in:
		| @@ -8,15 +8,24 @@ strategy: | ||||
|     Python 3.7 Ubuntu: | ||||
|       python.version: '3.7' | ||||
|       vmImage: 'ubuntu-latest' | ||||
|     Python 3.8 Ubuntu: | ||||
|       python.version: '3.8' | ||||
|       vmImage: 'ubuntu-latest' | ||||
| #    PyPy Ubuntu: | ||||
| #      python.version: pypy3 | ||||
| #      vmImage: 'ubuntu-latest' | ||||
|     Python 3.7 Windows: | ||||
|       python.version: '3.7' | ||||
|       vmImage: 'windows-latest' | ||||
|     Python 3.8 Windows: | ||||
|       python.version: '3.8' | ||||
|       vmImage: 'windows-latest' | ||||
|     Python 3.7 OSX: | ||||
|       python.version: '3.7' | ||||
|       vmImage: 'macOS-latest' | ||||
|     Python 3.8 OSX: | ||||
|       python.version: '3.8' | ||||
|       vmImage: 'macOS-latest' | ||||
|  | ||||
| pool: | ||||
|       vmImage: $(vmImage) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Teemu R
					Teemu R