From 720273115f874b87af4056363faf2e25b955baa3 Mon Sep 17 00:00:00 2001 From: "anki-wallpaper[bot]" <105947902+anki-wallpaper[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:24:09 +0000 Subject: [PATCH] Tests: add new environment for Anki 23.10.1 --- .github/workflows/tests.yml | 6 ++++++ tox.ini | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7876471..47d0901 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,12 @@ jobs: - name: Anki 2.1.54 (Qt6) python: 3.9 environment: py39-anki2.1.54-qt6 + - name: Anki 23.10.1 (Qt5) + python: 3.9 + environment: py39-anki23.10.1-qt5 + - name: Anki 23.10.1 (Qt6) + python: 3.9 + environment: py39-anki23.10.1-qt6 - name: Pre-release (2.1.53rc1) python: 3.9 environment: py39-pre-anki2.1.53rc1-qt6 diff --git a/tox.ini b/tox.ini index 51d0d56..80b695e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ envlist = py39-anki2.1.52-qt{5,6} py39-anki2.1.53-qt{5,6} py39-anki2.1.54-qt{5,6} + py39-anki23.10.1-qt{5,6} py39-pre-anki2.1.53rc1-qt6 [testenv:.tox]