1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 19:30:01 +02:00

✔️ CircleCI: Stop testing using Python 3.5

The latest rapidfuzz updates broke Python 3.5 support. As it is EOL for some time now,
we are stopping testing with it.

See also gh-65 and gh-20.
This commit is contained in:
Gerber, Mike 2022-02-28 14:46:34 +01:00
parent 76bacc0f15
commit a19224dc46

View file

@ -20,4 +20,4 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]