Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita845398

Browse files
committed
CI test for minimum supported python version
1 parente3e08eb commita845398

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,19 @@ jobs:
5555
fail-fast:false
5656
matrix:
5757
os:["ubuntu-latest", "windows-latest"]
58+
# Test minimum supported and latest stable from 3.x series
59+
python-version:["3.8", "3"]
5860
steps:
5961
-uses:actions/checkout@v4
6062
-uses:actions/setup-python@v5
6163
with:
62-
python-version:3
64+
python-version:${{ matrix.python-version }}
6365
allow-prereleases:true
6466
cache:pip
6567
-name:Install dependencies
6668
run:|
6769
pip install --upgrade pip
68-
pip installBabel jinja2 setuptools
70+
pip install-r requirements.txt
6971
-run:python babel_runner.py extract
7072
-run:python babel_runner.py init -l pt_BR
7173
-run:python babel_runner.py update

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp