浏览代码
fix: support for Python 3.14 (#80)
tags/v1.0.13
Deuchnord
3 周前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
.github/workflows/tests.yml
|
|
|
@@ -24,6 +24,7 @@ jobs: |
|
|
|
- '3.11' |
|
|
|
- '3.12' |
|
|
|
- '3.13' |
|
|
|
- '3.14' |
|
|
|
|
|
|
|
name: Python ${{ matrix.python_version }} (${{ matrix.os }}) |
|
|
|
steps: |
|
|
|
|