From 2cdfd27eddedabd7f9474431023800d56e7e2c2c Mon Sep 17 00:00:00 2001 From: Guillaume Viger Date: Tue, 4 Nov 2025 09:08:07 -0500 Subject: [PATCH] tests: set transition range for python versions (rdm) --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29e65f53..17548a8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (C) 2021-2024 CERN. +# Copyright (C) 2025 Northwestern University. # # Invenio-Requests is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -31,7 +32,9 @@ jobs: uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master with: extras: "tests" + python-version: '["3.9", "3.11", "3.14"]' + JS: uses: inveniosoftware/workflows/.github/workflows/tests-js.yml@master with: - translations-working-directory: invenio_requests/assets/semantic-ui/translations/invenio_requests \ No newline at end of file + translations-working-directory: invenio_requests/assets/semantic-ui/translations/invenio_requests