From 6dfff31c9f4ec53707159748285172948cdc3127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Mon, 9 Dec 2024 21:37:14 +1100 Subject: [PATCH] keep ptyhon-3.9 in ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian López Barrón --- .github/workflows/python-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a8a21952..29f2a2e2 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,8 +14,10 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.12"] + python-version: ["3.9", "3.10", "3.12"] include: + - python-version: "3.9" + install-arguments: ". PySide2 usd-core==21.8 PyOpenGL" - python-version: "3.10" install-arguments: ". PySide2 usd-core==23.2 PyOpenGL" - python-version: "3.12"