From 76901c6e1ee74921db93e373d452a00b8acc06b3 Mon Sep 17 00:00:00 2001 From: Simon Zhao Date: Mon, 4 Sep 2023 17:02:06 +0800 Subject: [PATCH] Add python 3.11 Co-authored-by: Miguel Fierro <3491412+miguelgfierro@users.noreply.github.com> --- .github/workflows/sarplus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sarplus.yml b/.github/workflows/sarplus.yml index e0e483ab5..66dd7d829 100644 --- a/.github/workflows/sarplus.yml +++ b/.github/workflows/sarplus.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3