Skip to content

Commit

Permalink
feat(python): Add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowtter committed Apr 18, 2024
1 parent f0c9326 commit e8de996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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.\
Expand Down

0 comments on commit e8de996

Please sign in to comment.