Skip to content

Commit

Permalink
installation-test - drop Python 3.7
Browse files Browse the repository at this point in the history
Seems updated aiohttp is not available for it anymore,
drop it from the matrix. Python 3.7 is anyways end-of-life,
so you should not use it anymore.

We get error when trying on Ubuntu 20.04.
```
 ERROR: No matching distribution found for aiohttp==3.9.0
```

Ref:
- https://endoflife.date/python
  • Loading branch information
JanneKiiskila committed Dec 20, 2023
1 parent e43d995 commit 3ff80b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-ver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-ver: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: ubuntu-22.04
python-ver: 3.6
Expand Down

0 comments on commit 3ff80b5

Please sign in to comment.