이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
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개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
쓰기
미리보기
불러오는 중...
취소
저장