From 6de5bad3caab11fffbb61bcd0e54b142128192e1 Mon Sep 17 00:00:00 2001 From: srappan <26847675+srappan@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:01:40 +0100 Subject: [PATCH 1/2] Update lint.yml update to python 3.12 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 69d52db..164a8f3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: versions: - 65 python-version: - - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 @@ -29,4 +29,4 @@ jobs: run: flake8 vsdenoise - name: Running mypy run: mypy vsdenoise - continue-on-error: true \ No newline at end of file + continue-on-error: true From 394c80de14c822adf9eb9560b1a3bb42e4293ec7 Mon Sep 17 00:00:00 2001 From: srappan <26847675+srappan@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:03:56 +0100 Subject: [PATCH 2/2] ypdate vapoursynth version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 164a8f3..a52d1c3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: versions: - - 65 + - 66 python-version: - "3.12"