From 5fde4aa3b5c8e4990aba465c4db527193ea883c7 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jan 2024 19:26:19 +0100 Subject: [PATCH] different set of versions --- .github/workflows/python-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 6ee41861..cc6f0dca 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # Apparently 3.10 gets converted to 3.1 if it's not a string. Brilliant. - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2