From 81889817d139640864dae9ecef9d23cd4f313ae2 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 24 Apr 2024 16:02:38 +0800 Subject: [PATCH] remove archeological versions of python --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4e08794..6613fbb 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12' ] + python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v4