This website works better with JavaScript.
首頁
說明
登入
heuzef
/
diagrams
镜像来自
https://github.com/mingrammer/diagrams.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
43
Wiki
Activity
瀏覽代碼
ci(test): remove support < Python3.9
pull/944/head
MinJae Kwon
1 年之前
父節點
8c9a285208
當前提交
f54c7aadb5
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/test.yml
+ 1
- 1
.github/workflows/test.yml
查看文件
@@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.
7", "3.8", "3.
9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Write
Preview
Loading…
取消
儲存