1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Use Python 3.9-3.11 for GH Actions CI

Python 3.8 and earlier are no longer support in GitHub Actions.
This commit is contained in:
Tessa Walsh 2025-03-03 11:06:05 -05:00
parent abdce3fa53
commit 50be6fc58d

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
max-parallel: 3 max-parallel: 3
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] python-version: ['3.9', '3.10', '3.11']
steps: steps:
- name: checkout - name: checkout