Merge pull request #5999 from Laerte/chore/enable-python3.11-on-ci

Enable Python 3.11 on Windows CI
This commit is contained in:
Andrey Rakhmatullin 2023-08-04 02:18:05 +04:00 committed by GitHub
commit e58c8ca638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -20,13 +20,12 @@ jobs:
- python-version: "3.10"
env:
TOXENV: asyncio
# no binary package for lxml for 3.11 yet
# - python-version: "3.11"
# env:
# TOXENV: py
# - python-version: "3.11"
# env:
# TOXENV: asyncio
- python-version: "3.11"
env:
TOXENV: py
- python-version: "3.11"
env:
TOXENV: asyncio
steps:
- uses: actions/checkout@v3