1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-09 11:49:55 +02:00

✔ CircleCI: Don't test on Python 3.12 yet

This commit is contained in:
Mike Gerber 2023-11-23 15:15:29 +01:00
parent e1238259b7
commit 3ec0f8c62a

View file

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