From 0563a67b60597b368b373288feef1b889404cd37 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Mon, 8 May 2023 13:13:48 -0400 Subject: [PATCH] add Ubuntu 22.04 and Windows to testing matrix --- .github/workflows/tox.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 5d6c16b2..2184ba0a 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -26,6 +26,8 @@ jobs: matrix: os: - ubuntu-20.04 + - ubuntu-22.04 + - windows-latest py: - "3.8" - "3.9"