From 4160a3c2dd6c5fd5e117c1a202ab8dc0865a84f1 Mon Sep 17 00:00:00 2001 From: Daniel Stoops Date: Thu, 14 Mar 2024 13:33:30 +0200 Subject: [PATCH] Github actions checks only py3.11 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d71d5c..36ada03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.11'] steps: - uses: actions/checkout@v2 @@ -23,4 +23,4 @@ jobs: python -m pip install --upgrade pip pip install tox tox-gh-actions - name: Test with tox - run: tox \ No newline at end of file + run: tox