Remove Python 3.6; add Python 3.10.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
							parent
							
								
									4a3d225a38
								
							
						
					
					
						commit
						c94da617ed
					
				
					 9 changed files with 28 additions and 48 deletions
				
			
		|  | @ -34,12 +34,12 @@ setup( | |||
|         "License :: OSI Approved :: Apache Software License", | ||||
|         "Topic :: Communications :: Chat", | ||||
|         "Programming Language :: Python :: 3", | ||||
|         "Programming Language :: Python :: 3.6", | ||||
|         "Programming Language :: Python :: 3.7", | ||||
|         "Programming Language :: Python :: 3.8", | ||||
|         "Programming Language :: Python :: 3.9", | ||||
|         "Programming Language :: Python :: 3.10", | ||||
|     ], | ||||
|     python_requires=">=3.6", | ||||
|     python_requires=">=3.7", | ||||
|     url="https://www.zulip.org/", | ||||
|     project_urls={ | ||||
|         "Source": "https://github.com/zulip/python-zulip-api/", | ||||
|  |  | |||
|  | @ -1,2 +1 @@ | |||
| python-chess==0.31.* ; python_version < '3.7' | ||||
| chess==1.* ; python_version >= '3.7' | ||||
| chess==1.* | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anders Kaseorg
						Anders Kaseorg