Skip to content

Commit

Permalink
Do funky aioquic pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Mar 22, 2022
1 parent 69df82b commit b292cb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tools/webtransport/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
aioquic==0.9.19
# aioquic 0.9.15 is the last to support Python 3.6, but doesn't have prebuilt
# wheels for Python 3.10, so use a different version depending on Python.
aioquic==0.9.15; python_version == '3.6'
aioquic==0.9.19; python_version != '3.6'
5 changes: 4 additions & 1 deletion tools/wptrunner/requirements_chromium.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
aioquic==0.9.19
# aioquic 0.9.15 is the last to support Python 3.6, but doesn't have prebuilt
# wheels for Python 3.10, so use a different version depending on Python.
aioquic==0.9.15; python_version == '3.6'
aioquic==0.9.19; python_version != '3.6'

0 comments on commit b292cb6

Please sign in to comment.