Skip to content

Commit

Permalink
[PR #9276/ccbd2c5e backport][3.11] Bump uvloop (#9277)
Browse files Browse the repository at this point in the history
**This is a backport of PR #9276 as merged into master
(ccbd2c5).**

Co-authored-by: Sam Bull <git@sambull.org>
  • Loading branch information
patchback[bot] and Dreamsorcerer authored Sep 24, 2024
1 parent eb93808 commit cf1cad3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: gen_llhttp
strategy:
matrix:
pyver: [3.9, '3.10', '3.11', '3.12']
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
Expand All @@ -140,7 +140,7 @@ jobs:
os: ubuntu
experimental: false
- os: ubuntu
pyver: "3.13"
pyver: "3.14"
experimental: true
no-extensions: 'Y'
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.12.1
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# via -r requirements/lint.in
virtualenv==20.26.5
# via pre-commit
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
wait-for-it==2.2.2
# via -r requirements/test.in
Expand Down

0 comments on commit cf1cad3

Please sign in to comment.