Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
back a bit more
  • Loading branch information
altendky committed Dec 18, 2022
commit f688184c44693ffe2a6b4f3f881db6de1e047aa9
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
# aiohttp doesn't support 3.11 yet,
# see https://github.com/aio-libs/aiohttp/issues/6600
'aiohttp ; python_version < "3.11"',
'aiohttp==3.8.2 ; python_version < "3.11"',
'flake8~=5.0',
'psutil',
'pycodestyle~=2.9.0',
Expand All @@ -39,11 +39,11 @@
CYTHON_DEPENDENCY,

# TODO: cleanup, just debugging back to the most recent successful ci run
# https://github.com/MagicStack/uvloop/actions/runs/3166123561/jobs/5155626399
# https://github.com/MagicStack/uvloop/actions/runs/3095350858/jobs/5009673775#step:6:77
'aiosignal==1.2.0',
'cryptography==38.0.1',
'frozenlist==1.3.1',
'multidict==6.0.2',
'multidict==5.2.0',
'psutil==5.9.2',
'yarl==1.8.1',
]
Expand Down