Skip to content

Commit

Permalink
.github/workflows/libvmaf.yml: upgrade python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 20, 2024
1 parent 5bcde81 commit 29d633d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Install meson and ninja
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38, coverage
envlist = py311, coverage


[testenv]
Expand Down

0 comments on commit 29d633d

Please sign in to comment.