From 645f3c08fc2de4dc01868acdadabaaa6e56564ee Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jan 2024 19:28:38 +0100 Subject: [PATCH] different version list --- .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 cc6f0dca..5bf56870 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.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2