From 409676f3baceed0545b239aa40e1cecdc839ad85 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Wed, 31 Jul 2024 17:01:20 +0200 Subject: [PATCH] TST: update Windows env to minimal Astropy requirements --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9472287..61080da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,14 +35,16 @@ jobs: # Standard tests - linux: py38-test - linux: py39-test + - linux: py312-test - linux: py310-test-dev - linux: py311-test-dev - linux: py312-test-dev - macos: py311-test + - macos: py312-test-dev + - windows: py38-test - - windows: py39-test-dev - - macos: py310-test-dev + - windows: py311-test-dev publish: needs: tests