You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Clean up Python-version related PyPI classifiers (#841)
- Removes 'Programming Language :: Python :: 3.5' per the README, which specifies 'Python version 3.6 or greater is required.' - Adds 'Programming Language :: Python :: 3 :: Only' in place
This commit is contained in:
		
				
					committed by
					
						 Jakub Roztocil
						Jakub Roztocil
					
				
			
			
				
	
			
			
			
						parent
						
							deee2dffd0
						
					
				
				
					commit
					6e9cd139a6
				
			
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -92,7 +92,7 @@ setup( | ||||
|     classifiers=[ | ||||
|         'Development Status :: 5 - Production/Stable', | ||||
|         'Programming Language :: Python', | ||||
|         'Programming Language :: Python :: 3.5', | ||||
|         'Programming Language :: Python :: 3 :: Only', | ||||
|         'Programming Language :: Python :: 3.6', | ||||
|         'Programming Language :: Python :: 3.7', | ||||
|         'Environment :: Console', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user