使用 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 次删除
分列视图
Diff 选项
显示统计
下载 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"
撰写
预览
正在加载...
取消
保存