Re-enable Windows tests for Python 3.9 and 3.10. (#5316)

This commit is contained in:
Andrey Rahmatullin 2021-11-15 12:24:54 +05:00 committed by GitHub
parent 9828cb3f0b
commit 28eba610e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -17,10 +17,12 @@ jobs:
- python-version: 3.8 - python-version: 3.8
env: env:
TOXENV: py TOXENV: py
# https://twistedmatrix.com/trac/ticket/9990 - python-version: 3.9
#- python-version: 3.9 env:
#env: TOXENV: py
#TOXENV: py - python-version: "3.10"
env:
TOXENV: py
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2