Skip to content

Commit

Permalink
Fix Python 3.11 alpha incompatibilities (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 6, 2021
1 parent f249663 commit 1a4fbc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/6396.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix Python 3.11 alpha incompatibilities by using Cython 0.29.25
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cryptography==36.0.0 ; platform_machine != "i686"
# -r requirements/test.txt
# pyjwt
# trustme
cython==0.29.24
cython==0.29.25
# via -r requirements/cython.txt
distlib==0.3.3
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r multidict.txt
-r typing-extensions.txt # required for parsing aiohttp/hdrs.py by tools/gen.py
cython==0.29.24
cython==0.29.25

0 comments on commit 1a4fbc8

Please sign in to comment.