From 4d11110105b6d319421d692a68b60bc5be0ec795 Mon Sep 17 00:00:00 2001 From: Ossi Rajuvaara Date: Mon, 9 Oct 2023 20:22:19 +0300 Subject: [PATCH] fixup! dialogs: update outdated dependencies --- .github/workflows/dialogs.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dialogs.yaml b/.github/workflows/dialogs.yaml index 9e4edf297a..c4686ebe37 100644 --- a/.github/workflows/dialogs.yaml +++ b/.github/workflows/dialogs.yaml @@ -26,17 +26,14 @@ jobs: fail-fast: false matrix: name: [ - "windows-py37", - "windows-py38", "windows-py39", + "windows-py310", - "ubuntu-py37", - "ubuntu-py38", "ubuntu-py39", + "ubuntu-py310", - "macos-py37", - "macos-py38", "macos-py39", + "macos-py310", ] include: