1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-11-04 12:38:32 +00:00

python: -3.8, +3.12

This commit is contained in:
2024-03-20 22:53:31 +03:00
parent 217f284102
commit f945cdc915
3 changed files with 43 additions and 70 deletions

View File

@@ -11,14 +11,14 @@ keywords = ["icalendar", "sync", "google", "calendar"]
classifiers = [
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
google-auth = "2.28.1"
google-api-python-client = "2.120.0"
icalendar = "5.0.11"