1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-05 18:07:38 +00:00

add python 3.11

This commit is contained in:
2023-03-11 22:42:52 +03:00
committed by Dmitry Belyaev
parent ee3e5ba613
commit 5f0aa46e28
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ classifiers = [
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]
[tool.poetry.dependencies]