diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5409cf8..3763a79 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 44c5d47..b213836 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Firstly, you will have to install [ffmpeg](https://ffmpeg.org/about.html) (ffpro Once unzip, you can run the setup.[sh|bat] file.\ Then you can add your videos in the mp4/mp3 format in the resources folder. +### Python version +Currently, Crispy supports Python 3.8, 3.9, 3.10, and 3.11. + ## Configuration You can configure the algorithm in the settings.json file.\