From 4df527216420716a8568d431f563bbb7270eb852 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Mon, 17 Jul 2023 12:36:32 +0200 Subject: [PATCH] [workflows] update python versions --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 7b6deba..4877a70 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3