1
0
Fork 0
mirror of https://github.com/fjosw/pyerrors.git synced 2025-03-15 14:50:25 +01:00

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

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
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"