Skip to content

Commit 2bbf22b

Browse files
author
Moussa Mokhtari
committed
bump up aiohttp to version for python 3.11.0rc1
1 parent d9c711d commit 2bbf22b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aiocometd/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"Coverage": "https://coveralls.io/github/robertmrk/aiocometd",
99
"Docs": "http://aiocometd.readthedocs.io/"
1010
}
11-
VERSION = "0.4.6"
11+
VERSION = "0.4.7"
1212
AUTHOR = "Róbert Márki"
1313
AUTHOR_EMAIL = "gsmiko@gmail.com"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
here = os.path.abspath(os.path.dirname(__file__))
55

66
INSTALL_REQUIRES = [
7-
"aiohttp>=3.1,<4.0"
7+
"aiohttp>=3.8,<4.0"
88
]
99
TESTS_REQUIRE = [
1010
"asynctest>=0.12.0,<1.0.0",
@@ -59,6 +59,7 @@ def read(file_path):
5959
install_requires=INSTALL_REQUIRES,
6060
tests_require=TESTS_REQUIRE,
6161
extras_require={
62+
"all": "git+https://github.com/aio-libs/aiohttp.git",
6263
"tests": TESTS_REQUIRE,
6364
"docs": DOCS_REQUIRE,
6465
"examples": EXAMPLES_REQUIRE,

0 commit comments

Comments
 (0)