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

Test Python 3.8-3.11

This commit is contained in:
Tessa Walsh 2024-03-28 14:48:00 -04:00
parent a91cfd9506
commit a8ed1dbbd5

View File

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