Enable Python 3.11 on Windows CI

This commit is contained in:
Laerte Pereira 2023-08-03 18:31:12 -03:00 committed by GitHub
parent b9c32a0cfd
commit 8a0a9e6d3e
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