[ci] Include python 3.12 in ci after new dateutils release.

This commit is contained in:
Fabian Joswig 2024-03-01 07:09:36 +01:00
parent b930fab9c2
commit 2e15e5c72a

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] 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: include:
- os: macos-latest - os: macos-latest
python-version: "3.10" python-version: "3.10"