Drop python 3.6 support (#374)
* Drop python 3.6 support * Update pyproject.toml Co-authored-by: Chayim <chayim@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									c6fb00bfc3
								
							
						
					
					
						commit
						788d3dfe41
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -73,7 +73,7 @@ jobs:
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [ ubuntu-latest ]
 | 
					        os: [ ubuntu-latest ]
 | 
				
			||||||
        pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
 | 
					        pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
 | 
				
			||||||
        redisstack: [ "latest" ]
 | 
					        redisstack: [ "latest" ]
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
    services:
 | 
					    services:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,6 @@ classifiers = [
 | 
				
			||||||
    "Topic :: Database",
 | 
					    "Topic :: Database",
 | 
				
			||||||
    'License :: OSI Approved :: BSD License',
 | 
					    'License :: OSI Approved :: BSD License',
 | 
				
			||||||
    'Programming Language :: Python :: 3.10',
 | 
					    'Programming Language :: Python :: 3.10',
 | 
				
			||||||
    'Programming Language :: Python :: 3.6',
 | 
					 | 
				
			||||||
    'Programming Language :: Python :: 3.7',
 | 
					    'Programming Language :: Python :: 3.7',
 | 
				
			||||||
    'Programming Language :: Python :: 3.8',
 | 
					    'Programming Language :: Python :: 3.8',
 | 
				
			||||||
    'Programming Language :: Python :: 3.9',
 | 
					    'Programming Language :: Python :: 3.9',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue