From 6df5ce87757aa54d4626ce865fffd641656d8fb4 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Thu, 8 Jun 2023 15:53:56 +0600 Subject: [PATCH] try python 3.11 on CI (#1425) * try python 3.10 on CI * Update .github/workflows/ci.yaml Co-authored-by: Marcelo Trylesinski * Update .github/workflows/ci.yaml Co-authored-by: Marcelo Trylesinski * Update .github/workflows/ci.yaml * Update .github/workflows/ci.yaml --------- Co-authored-by: Marcelo Trylesinski --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4174ade9..dcf60705 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,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"] steps: - name: Install system packages run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8,3.9,"3.10"] + python-version: [3.8,3.9,"3.10","3.11"] experimental: [false] include: - python-version: pypy3.9