このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
書き込み
プレビュー
読み込み中…
キャンセル
保存