From bebf4d660f838b75063c6acdb54d75f2cdf1e822 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Sun, 13 Oct 2024 19:28:13 -0400 Subject: [PATCH] Run Windows CI across all supported Python versions --- .github/workflows/ci.yml | 10 ++++------ news/0fefca97-6b04-449d-a3a3-b4b21ce632ce.trivial.rst | 2 ++ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 news/0fefca97-6b04-449d-a3a3-b4b21ce632ce.trivial.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af281c7027..828a153ade7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,12 +173,10 @@ jobs: os: [Windows] python: - "3.8" - # Commented out, since Windows tests are expensively slow, - # only test the oldest and newest Python supported by pip - # - "3.9" - # - "3.10" - # - "3.11" - # - "3.12" + - "3.9" + - "3.10" + - "3.11" + - "3.12" - "3.13" group: [1, 2] diff --git a/news/0fefca97-6b04-449d-a3a3-b4b21ce632ce.trivial.rst b/news/0fefca97-6b04-449d-a3a3-b4b21ce632ce.trivial.rst new file mode 100644 index 00000000000..27c17419372 --- /dev/null +++ b/news/0fefca97-6b04-449d-a3a3-b4b21ce632ce.trivial.rst @@ -0,0 +1,2 @@ +Run Windows CI across all supported Python versions, instead of only testing the +boundaries.