Skip to content

Commit

Permalink
Update github tests for 3.8 -> 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosti committed Dec 31, 2023
1 parent 149a63a commit e73cb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build -f tests_dockerfiles/Dockerfile-3-8 .
FROM python:3.8
FROM python:3.11

RUN apt-get update && apt-get install ffmpeg -y

Expand Down

0 comments on commit e73cb26

Please sign in to comment.