使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Kosmorro
/
lib
镜像自地址
https://github.com/Kosmorro/lib
关注
1
点赞
0
派生
0
代码
工单
版本发布
16
动态
浏览代码
build: add support for Python 3.11
BREAKING CHANGE: Python 3.7 is npt supported anymore.
pull/58/head
Jérôme Deuchnord
2 年前
父节点
d16d1b4990
当前提交
8aae0a8d88
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/tests.yml
查看文件
@@ -18,10 +18,10 @@ jobs:
- macos-11.0
- windows-latest
python_version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
name: Doc tests (Python ${{ matrix.python_version }} on ${{ matrix.os }})
steps:
+ 1
- 1
pyproject.toml
查看文件
@@ -19,7 +19,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.
7,<3.11
"
python = ">=3.
8,<3.12
"
skyfield = "^1.21"
skyfield-data = ">=3,<5"
python-dateutil = "^2.8"
撰写
预览
正在加载...
取消
保存