Stop testing on Python 3.5

pypi has changed something in their end that is incompatible with older
Python versions. Fortunately, anything older than 3.6 is no longer that
interesting as that is the new baseline set by the oldest enterprise
distributions.
This commit is contained in:
Pierre Ossman 2024-05-20 10:14:59 +02:00
parent a2362da1b7
commit 4bae6a44ac
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- 3.5
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8 - 3.8