removed unsupported python versions
This commit is contained in:
		
							parent
							
								
									43b755c47c
								
							
						
					
					
						commit
						22b51ebf33
					
				|  | @ -11,7 +11,14 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"] |         python: | ||||||
|  |           - "2.7" | ||||||
|  |           - "3.5" | ||||||
|  |           - "3.6" | ||||||
|  |           - "3.7" | ||||||
|  |           - "3.8" | ||||||
|  |           - "3.9" | ||||||
|  |           - "3.10" | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|  |  | ||||||
							
								
								
									
										10
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										10
									
								
								setup.py
								
								
								
								
							|  | @ -80,17 +80,13 @@ setup( | ||||||
|         'License :: OSI Approved :: Apache Software License', |         'License :: OSI Approved :: Apache Software License', | ||||||
|         'Operating System :: OS Independent', |         'Operating System :: OS Independent', | ||||||
|         'Programming Language :: Python :: 2', |         'Programming Language :: Python :: 2', | ||||||
|         'Programming Language :: Python :: 2.4', |  | ||||||
|         'Programming Language :: Python :: 2.5', |  | ||||||
|         'Programming Language :: Python :: 2.6', |  | ||||||
|         'Programming Language :: Python :: 2.7', |         'Programming Language :: Python :: 2.7', | ||||||
|         'Programming Language :: Python :: 3', |         'Programming Language :: Python :: 3', | ||||||
|         'Programming Language :: Python :: 3.1', |  | ||||||
|         'Programming Language :: Python :: 3.2', |  | ||||||
|         'Programming Language :: Python :: 3.3', |  | ||||||
|         'Programming Language :: Python :: 3.4', |  | ||||||
|         'Programming Language :: Python :: 3.5', |         'Programming Language :: Python :: 3.5', | ||||||
|         'Programming Language :: Python :: 3.6', |         'Programming Language :: Python :: 3.6', | ||||||
|         'Programming Language :: Python :: 3.7', |         'Programming Language :: Python :: 3.7', | ||||||
|  |         'Programming Language :: Python :: 3.8', | ||||||
|  |         'Programming Language :: Python :: 3.9', | ||||||
|  |         'Programming Language :: Python :: 3.10', | ||||||
|     ] |     ] | ||||||
| ) | ) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue