本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Kosmorro
/
kosmorro
镜像来自
https://github.com/Kosmorro/kosmorro
關注
1
收藏
0
複製
0
程式碼
問題
版本發佈
33
活動
瀏覽代碼
fix: compatibility with Python 3.12
tags/v0.10.13
Deuchnord
1 年之前
父節點
22fc7639e9
當前提交
4d6b980115
共有
2 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 2
- 1
.github/workflows/tests.yml
查看文件
@@ -35,9 +35,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name:
Prepare test
s
- name:
Install dependencie
s
run: |
pip install -U pip poetry
poetry env use $(which python)
poetry install
- name: E2E tests
+ 1
- 1
pyproject.toml
查看文件
@@ -15,7 +15,7 @@ include = [
kosmorro = 'kosmorro.__main__:main'
[tool.poetry.dependencies]
python = "
>=3.8,<3.12
"
python = "
^3.8
"
tabulate = ">=0.8,<0.10"
termcolor = ">=1.1,<3.0"
kosmorrolib = "^1.0"
Write
Preview
Loading…
取消
儲存