mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	setup.py: Remove Python2 as a supported version
This commit is contained in:
		
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							@@ -101,7 +101,6 @@ params = dict(
 | 
				
			|||||||
        'Development Status :: 5 - Production/Stable',
 | 
					        'Development Status :: 5 - Production/Stable',
 | 
				
			||||||
        'License :: OSI Approved :: Apache Software License',
 | 
					        'License :: OSI Approved :: Apache Software License',
 | 
				
			||||||
        'Operating System :: POSIX :: Linux',
 | 
					        'Operating System :: POSIX :: Linux',
 | 
				
			||||||
        'Programming Language :: Python :: 2.7',
 | 
					 | 
				
			||||||
        'Programming Language :: Python :: 3',
 | 
					        'Programming Language :: Python :: 3',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user