From b3e4d09b6b01115dd74b6cd73c27af57ffa6741c Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sat, 7 Dec 2024 11:29:05 -0800 Subject: [PATCH] Include core 2024.9.3 until 2024.12.0 in the tests (#1130) --- .github/workflows/pytest.yaml | 8 ++++++++ webapp/__init__.py | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 4d7472de..68d4ff08 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -58,6 +58,14 @@ jobs: core-version: "2024.7.4" - python-version: "3.12" core-version: "2024.8.3" + - python-version: "3.12" + core-version: "2024.9.3" + - python-version: "3.12" + core-version: "2024.10.4" + - python-version: "3.12" + core-version: "2024.11.3" + - python-version: "3.12" + core-version: "2024.12.0" - python-version: "3.12" core-version: "dev" steps: diff --git a/webapp/__init__.py b/webapp/__init__.py index e69de29b..33dc1b66 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -0,0 +1 @@ +"""Shiny webapp for Adaptive Lighting."""