Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Kosmorro
/
kosmorro
şunun yansıması
https://github.com/Kosmorro/kosmorro
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
Sürümler
33
Aktivite
Kaynağa Gözat
fix: compatibility with Python 3.12
tags/v0.10.13
Deuchnord
1 yıl önce
ebeveyn
22fc7639e9
işleme
4d6b980115
2 değiştirilmiş dosya
ile
3 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+2
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 2
- 1
.github/workflows/tests.yml
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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"
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet