Skip to content

Commit

Permalink
chore(ci): install Python 3.11 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smlz committed Nov 8, 2023
1 parent e3905f5 commit f697c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.7 python3.7-distutils python3.9 python3.9-distutils python3.10 python3.10-distutils
sudo apt-get install python3.7 python3.7-distutils python3.9 python3.9-distutils python3.10 python3.10-distutils python3.11
- name: Install ffmpeg
run: sudo apt-get install ffmpeg
Expand Down

0 comments on commit f697c62

Please sign in to comment.