From 03bac4d848fba853f446c04068db1ff356ed32b0 Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Sun, 13 Oct 2024 20:10:27 +0200 Subject: [PATCH] use ubuntu-22.04 to preserve python 3.7 and add python 3.13 in tests --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 787867928f..a8ac8aaa3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-22.04, macos-13, windows-latest] python-version: + - '3.13' - '3.12' - '3.11' - '3.10'