try python 3.11 on CI (#1425)

* try python 3.10 on CI

* Update .github/workflows/ci.yaml

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>

* Update .github/workflows/ci.yaml

* Update .github/workflows/ci.yaml

---------

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
This commit is contained in:
Asif Saif Uddin 2023-06-08 15:53:56 +06:00 committed by GitHub
parent 01f41a5db9
commit 6df5ce8775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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