Skip to content

Commit

Permalink
installation-test - drop python 3.11
Browse files Browse the repository at this point in the history
There are still some issues with that it seems.

aio-libs/aiohttp#6600
  • Loading branch information
JanneKiiskila committed Oct 23, 2023
1 parent 8b50f0d commit fa13466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/installation-test.yml
Expand Up @@ -16,7 +16,9 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-ver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
# aiohttp does not compile against 3.11
# https://github.com/aio-libs/aiohttp/issues/6600
python-ver: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- os: ubuntu-22.04
python-ver: 3.6
Expand Down

0 comments on commit fa13466

Please sign in to comment.