このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Kosmorro
/
lib
ミラー元
https://github.com/Kosmorro/lib
ウォッチ
1
スター
0
フォーク
0
コード
課題
リリース
16
アクティビティ
ソースを参照
fix: compatibility with Python 3.12 (
#68
)
* ci(tests): test with Python 3.12 * fix: compatibility with NumPy 1.26
tags/v1.0.10
Deuchnord
1年前
committed by
GitHub
親
29970c52ca
コミット
1d84b89e56
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
2個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 0
.github/workflows/tests.yml
ファイルの表示
@@ -22,6 +22,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:
+ 1
- 1
pyproject.toml
ファイルの表示
@@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "
^3.9
" },
{ version = "^1.25", python = "
>=3.9,<3.13
" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"
書き込み
プレビュー
読み込み中…
キャンセル
保存