Skip to content

Commit eb06f65

Browse files
committed
Test on python versions 3.8 to 3.12
1 parent 7115c3b commit eb06f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15+
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
1516
os: [ubuntu-latest, windows-latest]
1617
runs-on: ${{ matrix.os }}
1718
steps:
@@ -21,7 +22,7 @@ jobs:
2122
- name: Set up Python
2223
uses: actions/setup-python@v5
2324
with:
24-
python-version-file: "python/selfie-lib/pyproject.toml"
25+
python-version: ${{ matrix.python-version }}
2526
cache: "poetry"
2627
- name: selfie-lib - poetry install
2728
run: poetry install

0 commit comments

Comments
 (0)