Skip to content

Commit 1dd40f1

Browse files
authored
CI: python 3.11 stable (#553)
* CI: Python 3.11 stable * test with latest aiohttp with Python 3.11 support
1 parent 7783f1c commit 1dd40f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.1"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1818
os: [ubuntu-latest, macos-latest]
1919

2020
env:

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
# pycodestyle is a dependency of flake8, but it must be frozen because
2929
# their combination breaks too often
3030
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
31-
# aiohttp doesn't support 3.11 yet,
32-
# see https://github.com/aio-libs/aiohttp/issues/6600
33-
'aiohttp ; python_version < "3.11"',
31+
'aiohttp>=3.8.1',
3432
'flake8~=5.0',
3533
'psutil',
3634
'pycodestyle~=2.9.0',

0 commit comments

Comments
 (0)