mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-10-31 17:40:54 +00:00 
			
		
		
		
	Drop Python 3.6 support (#543)
The following steps have been taken: 1. Black was updated to latest version. The code has been formatted with the new version. 2. The pyupgrade utility is installed. This helped to remove all the code that was needed to support Python < 3.7. Fix #541. Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
		
							parent
							
								
									feec06206c
								
							
						
					
					
						commit
						c8d0751fe3
					
				
					 23 changed files with 60 additions and 119 deletions
				
			
		|  | @ -1,5 +1,4 @@ | |||
| #!/usr/bin/env python | ||||
| # coding: utf-8 | ||||
| 
 | ||||
| from msgpack import packb, unpackb | ||||
| from collections import namedtuple | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Evgeny Markov
						Evgeny Markov