[ci] Include python 3.12 in ci after new dateutils release. (#229)

This commit is contained in:
Fabian Joswig 2024-03-01 07:14:01 +01:00 committed by GitHub
parent b930fab9c2
commit 0df5882d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"