- commit
- f86335bded7cce06f0e17224067aa47c8145e2e2
- parent
- 7dd8d9fe2400826b75c89d99f76906ed1fb39938
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-31 09:03
raise minimum python version to support zoneinfo
Diffstat
| M | .github/workflows/main.yml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs: 5 5 strategy: 6 6 matrix: 7 7 include:8 -1 - python: '3.8'-1 8 - python: '3.9' 9 9 - python: '3.12' 10 10 steps: 11 11 - uses: actions/checkout@v4