1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-07 02:47:29 +00:00
* fix utcnow deprecation warnings
* upd deps
* upd workflows
This commit is contained in:
2025-06-19 13:36:26 +03:00
committed by GitHub
parent b34b1a8b20
commit 3fcb4855d5
8 changed files with 1569 additions and 1602 deletions

View File

@@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
max-parallel: 3
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip