From fd6533375f51e0afbed24de0c664d1905cb0eeef Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 5 Dec 2023 15:35:30 -0500 Subject: [PATCH] test py312 non-devdeps --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cbbf2d6b..aba232528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: # Any env name which does not start with `pyXY` will use this Python version. default_python: '3.10' envs: | + - linux: coverage + name: Python 3.12 coverage + python-version: 3.12 - linux: coverage name: Python 3.11 coverage python-version: 3.11 @@ -92,7 +95,6 @@ jobs: - linux: py310-devdeps-parallel - linux: py311-devdeps-parallel - linux: py312-devdeps-parallel - python-version: '3.12-dev' oldest: needs: [core, asdf-schemas]