Skip to content

Commit 403cd4f

Browse files
committed
node: Regenerate poetry lock, drop python 3.8 support
frozenlist doesn't install anymore Also adds python 3.13
1 parent 14ef4d3 commit 403cd4f

File tree

4 files changed

+719
-469
lines changed

4 files changed

+719
-469
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- '3.8'
2221
- '3.9'
2322
- '3.10'
2423
- '3.11'
2524
- '3.12'
25+
- '3.13'
2626
poetry-version:
2727
- '1.6.1'
2828
runs-on: ubuntu-22.04

node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ required, however, you can disable it explicitly via `--no-xdg-layout`.
1111
## Requirements
1212

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

0 commit comments

Comments
 (0)