1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-08-13 06:47:29 +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

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