Skip to content

Commit 1a56811

Browse files
committed
vapoursynth: Use Python 3.10
1 parent 169f1af commit 1a56811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
matrix:
4545
vs: ["58", "59"]
4646
include:
47-
- vs: "57"
48-
python: "3.9"
4947
- vs: "58"
5048
python: "3.10"
49+
- vs: "59"
50+
python: "3.10"
5151
steps:
5252
- uses: actions/checkout@v2.4.0
5353
- name: Install Python ${{ matrix.python }}

0 commit comments

Comments
 (0)