update required python version
This commit is contained in:
		| @@ -1,6 +1,5 @@ | |||||||
| language: python | language: python | ||||||
| python: | python: | ||||||
| - '3.7' |  | ||||||
| - '3.8' | - '3.8' | ||||||
| script: | script: | ||||||
| - pytest tests/ | - pytest tests/ | ||||||
| @@ -15,4 +14,4 @@ deploy: | |||||||
|   on: |   on: | ||||||
|     tags: true |     tags: true | ||||||
|     branch: main |     branch: main | ||||||
|     python: '3.7' |     python: '3.8' | ||||||
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							| @@ -17,7 +17,6 @@ setup( | |||||||
|         'Programming Language :: Python', |         'Programming Language :: Python', | ||||||
|         'Programming Language :: Python :: 3', |         'Programming Language :: Python :: 3', | ||||||
|         'Programming Language :: Python :: 3 :: Only', |         'Programming Language :: Python :: 3 :: Only', | ||||||
|         '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', | ||||||
|         'Topic :: Software Development :: Libraries :: Application Frameworks', |         'Topic :: Software Development :: Libraries :: Application Frameworks', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user