瀏覽代碼
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: |
|
|
|
|