이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
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
No known key found for this signature in database
GPG 키 ID:
4AEE18F83AFDEB23
2개의 변경된 파일
과
2개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
쓰기
미리보기
불러오는 중...
취소
저장