1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-02 16:37:42 +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

@@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3