Skip to content

Commit eab0499

Browse files
committed
upd: github action
1 parent b54e26d commit eab0499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
privoxy_version: [4.0.0]
15-
python-version: [3.12]
15+
python-version: [3.13]
1616
fail-fast: false
1717
runs-on: ubuntu-latest
1818

@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: 3.13
38+
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install poetry
4141
uses: abatilo/actions-poetry@v3

0 commit comments

Comments
 (0)