Merge branch '0.11'

This commit is contained in:
sebres 2021-11-03 16:01:00 +01:00
commit 80805cabfc
16 changed files with 319 additions and 85 deletions

View file

@ -33,7 +33,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Grant systemd-journal access
run: sudo usermod -a -G systemd-journal "$USER" || echo 'no systemd-journal access'
- name: Python version
run: |
F2B_PY=$(python -c "import sys; print(sys.version)")