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

Appearance settings

Commit a845398

Browse filesBrowse files
committed
CI test for minimum supported python version
1 parent e3e08eb commit a845398
Copy full SHA for a845398

1 file changed

+4-2Lines changed: 4 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+4-2Lines 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 install Babel 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.