mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Add py3.6 to supported/tested versions
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
language: python
 | 
					language: python
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
 | 
					    - "3.6"
 | 
				
			||||||
    - "3.5"
 | 
					    - "3.5"
 | 
				
			||||||
    - "3.4"
 | 
					    - "3.4"
 | 
				
			||||||
    - "3.3"
 | 
					    - "3.3"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							@@ -42,6 +42,7 @@ __classifiers__ = [
 | 
				
			|||||||
    "Programming Language :: Python :: 3.3",
 | 
					    "Programming Language :: Python :: 3.3",
 | 
				
			||||||
    "Programming Language :: Python :: 3.4",
 | 
					    "Programming Language :: Python :: 3.4",
 | 
				
			||||||
    "Programming Language :: Python :: 3.5",
 | 
					    "Programming Language :: Python :: 3.5",
 | 
				
			||||||
 | 
					    "Programming Language :: Python :: 3.6",
 | 
				
			||||||
    "Programming Language :: Python :: Implementation :: PyPy",
 | 
					    "Programming Language :: Python :: Implementation :: PyPy",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user