[workflows:tests] restore Python 3.5 usage

https://github.com/actions/setup-python/issues/866
pull/5712/head
Mike Fährmann 4 months ago
parent 31bdb288ef
commit 612435480a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
steps:
- uses: actions/checkout@v4
@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install dependencies
run: |

@ -6,5 +6,5 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.27.0"
__version__ = "1.27.1-dev"
__variant__ = None

Loading…
Cancel
Save