mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 04:38:26 +00:00 
			
		
		
		
	drop python 3.6 support
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      max-parallel: 4
 | 
					      max-parallel: 4
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
 | 
					        python-version: ['3.7', '3.8', '3.9', '3.10']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,6 @@ os: linux
 | 
				
			|||||||
dist: focal
 | 
					dist: focal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "3.6"
 | 
					 | 
				
			||||||
  - "3.7"
 | 
					  - "3.7"
 | 
				
			||||||
  - "3.8"
 | 
					  - "3.8"
 | 
				
			||||||
  - "3.9"
 | 
					  - "3.9"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,6 @@ keywords = ["icalendar", "sync", "google", "calendar"]
 | 
				
			|||||||
classifiers = [
 | 
					classifiers = [
 | 
				
			||||||
    'License :: OSI Approved :: MIT License',
 | 
					    'License :: OSI Approved :: MIT License',
 | 
				
			||||||
    'Operating System :: OS Independent',
 | 
					    'Operating System :: OS Independent',
 | 
				
			||||||
    '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',
 | 
				
			||||||
@@ -19,7 +18,7 @@ classifiers = [
 | 
				
			|||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = "^3.6"
 | 
					python = "^3.7"
 | 
				
			||||||
google-auth = "2.6.0"
 | 
					google-auth = "2.6.0"
 | 
				
			||||||
google-api-python-client = "2.36.0"
 | 
					google-api-python-client = "2.36.0"
 | 
				
			||||||
icalendar = "4.0.9"
 | 
					icalendar = "4.0.9"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user