1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-03-14 17:16:56 +00:00

add python 3.14

This commit is contained in:
2026-03-01 11:59:55 +03:00
committed by Dmitry Belyaev
parent a5967b1043
commit 55f1feae3b
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "sync_ics2gcal"
version = "0.1.5"
version = "0.1.6"
description = "Sync ics file with Google calendar"
authors = ["Dmitry Belyaev <b4tm4n@mail.ru>"]
license = "MIT"
@@ -14,6 +14,7 @@ classifiers = [
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
]
[tool.poetry.dependencies]