Skip to content

Commit

Permalink
node: Bump aiohttp for python 3.12 compatibility (#379)
Browse files Browse the repository at this point in the history
* Bump aiohttp to 3.9 for python-3.12 compatibility

* Make python 3.8 minimum supported version

aiohttp dropped python3.7 support https://github.com/aio-libs/aiohttp/releases/tag/v3.9.0b0

* Regenerate poetry lockfile

* Update workflow to run on python-3.12 and latest poetry
  • Loading branch information
bbhtt committed Dec 8, 2023
1 parent f0614ca commit 7a07d01
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 735 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
poetry-version:
- '1.1.13'
- '1.6.1'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install OS dependencies
Expand Down
2 changes: 1 addition & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ required, however, you can disable it explicitly via `--no-xdg-layout`.
## Requirements

- flatpak-builder 1.1.2 or newer
- Python 3.7+.
- Python 3.8+.
- [pipx](https://pypa.github.io/pipx/) (recommended) or
[pip](https://pip.pypa.io/en/stable/) (both of these are usually available in
your distro repositories, the latter is often included with Python installs).
Expand Down
Loading

0 comments on commit 7a07d01

Please sign in to comment.