Add Ubuntu tests for Python 3.11rc2.

This commit is contained in:
Andrey Rakhmatullin 2022-10-06 20:27:06 +06:00
parent d96c465dde
commit 82d10f0914
1 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,12 @@ jobs:
- python-version: "3.10"
env:
TOXENV: asyncio
- python-version: "3.11.0-rc.2"
env:
TOXENV: py
- python-version: "3.11.0-rc.2"
env:
TOXENV: asyncio
- python-version: pypy3
env:
TOXENV: pypy3
@ -53,7 +59,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install system libraries
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned') || matrix.python-version == '3.10.0-beta.4'
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned') || matrix.python-version == '3.11.0-rc.2'
run: |
sudo apt-get update
# libxml2 2.9.12 from ondrej/php PPA breaks lxml so we pin it to the bionic-updates repo version