fix: Remove CI for python 3.12, waiting for pydeep wheels

pull/1079/head
Raphaël Vinot 2023-10-12 16:45:35 +02:00
parent 8b091b1de6
commit a1c6b0dcad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
steps: