From 5af1fc71f6869dd51ce3cef678a207130f000200 Mon Sep 17 00:00:00 2001 From: Gediminas Zlatkus Date: Fri, 30 Jun 2023 17:52:29 +0300 Subject: [PATCH] Test Python 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def3730..7dab341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] salt-version: ["3004.*", "3005.*", "3006.*"] fail-fast: false steps: