mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-03 20:28:29 +00:00 
			
		
		
		
	drop python 3.7 support
for TypedDict
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ jobs:
 | 
			
		||||
    strategy:
 | 
			
		||||
      max-parallel: 4
 | 
			
		||||
      matrix:
 | 
			
		||||
        python-version: ['3.7', '3.8', '3.9', '3.10']
 | 
			
		||||
        python-version: ['3.8', '3.9', '3.10']
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
 
 | 
			
		||||
@@ -11,14 +11,13 @@ keywords = ["icalendar", "sync", "google", "calendar"]
 | 
			
		||||
classifiers = [
 | 
			
		||||
    'License :: OSI Approved :: MIT License',
 | 
			
		||||
    'Operating System :: OS Independent',
 | 
			
		||||
    'Programming Language :: Python :: 3.7',
 | 
			
		||||
    'Programming Language :: Python :: 3.8',
 | 
			
		||||
    'Programming Language :: Python :: 3.9',
 | 
			
		||||
    'Programming Language :: Python :: 3.10',
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[tool.poetry.dependencies]
 | 
			
		||||
python = "^3.7"
 | 
			
		||||
python = "^3.8"
 | 
			
		||||
google-auth = "2.6.6"
 | 
			
		||||
google-api-python-client = "2.49.0"
 | 
			
		||||
icalendar = "4.0.9"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user