1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-09 19:59:57 +02:00

✔ CircleCI: Don't test on EOL Python 3.6/3.7, but test on 3.11/3.12

This commit is contained in:
Mike Gerber 2023-11-23 15:09:05 +01:00
parent 3d920f2b50
commit e1238259b7

View file

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