mirror of https://github.com/celery/kombu.git
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:
parent
01f41a5db9
commit
6df5ce8775
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue