Skip to content

Commit

Permalink
bump up aiohttp to version for python 3.11.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moussa Mokhtari committed Sep 3, 2022
1 parent d9c711d commit 2bbf22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiocometd/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"Coverage": "https://coveralls.io/github/robertmrk/aiocometd",
"Docs": "http://aiocometd.readthedocs.io/"
}
VERSION = "0.4.6"
VERSION = "0.4.7"
AUTHOR = "Róbert Márki"
AUTHOR_EMAIL = "gsmiko@gmail.com"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
here = os.path.abspath(os.path.dirname(__file__))

INSTALL_REQUIRES = [
"aiohttp>=3.1,<4.0"
"aiohttp>=3.8,<4.0"
]
TESTS_REQUIRE = [
"asynctest>=0.12.0,<1.0.0",
Expand Down Expand Up @@ -59,6 +59,7 @@ def read(file_path):
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
extras_require={
"all": "git+https://github.com/aio-libs/aiohttp.git",
"tests": TESTS_REQUIRE,
"docs": DOCS_REQUIRE,
"examples": EXAMPLES_REQUIRE,
Expand Down

0 comments on commit 2bbf22b

Please sign in to comment.