Add Python 3.10b4 tests on Ubuntu.

This commit is contained in:
Andrey Rakhmatullin 2021-08-03 19:44:11 +05:00
parent 4d1ecc31c9
commit 2bf2f9d6db
1 changed files with 9 additions and 1 deletions

View File

@ -45,6 +45,14 @@ jobs:
env:
TOXENV: asyncio
# 3.10-pre
- python-version: "3.10.0-beta.4"
env:
TOXENV: py
- python-version: "3.10.0-beta.4"
env:
TOXENV: asyncio
steps:
- uses: actions/checkout@v2
@ -54,7 +62,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install system libraries
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned') || matrix.python-version == '3.10.0-beta.4'
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