From 0df5882d1f61b28fb2a2f018e3aeab4103d49220 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 1 Mar 2024 07:14:01 +0100 Subject: [PATCH] [ci] Include python 3.12 in ci after new dateutils release. (#229) --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1bdd412d..34c18faa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: macos-latest python-version: "3.10"