浏览代码
ci(tests): test with Python 3.12 (#345)
tags/v0.10.13
Deuchnord
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
.github/workflows/tests.yml
|
|
@@ -24,6 +24,7 @@ jobs: |
|
|
|
- '3.9' |
|
|
|
- '3.10' |
|
|
|
- '3.11' |
|
|
|
- '3.12' |
|
|
|
|
|
|
|
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
|
|
steps: |
|
|
|