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
				
			
		|  | @ -41,7 +41,7 @@ topic = matrix | |||
| ZULIP_MESSAGE_TEMPLATE: str = "**{username}** [{uid}]: {message}" | ||||
| 
 | ||||
| 
 | ||||
| # For Python 3.6 compatibility. | ||||
| # For Python 3.7 compatibility. | ||||
| # (Since 3.8, there is unittest.IsolatedAsyncioTestCase!) | ||||
| # source: https://stackoverflow.com/a/46324983 | ||||
| def async_test(coro: Callable[..., Awaitable[Any]]) -> Callable[..., Any]: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anders Kaseorg
						Anders Kaseorg