Build fails on Python 3.5 due to an "f string" in PIP

pull/2819/head
Chris Veilleux 2021-01-27 14:28:14 -06:00
parent 6513e76680
commit 221dfc6576
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# Run for all versions of Python officially supported by mycroft-core
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}