We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54e26d commit eab0499Copy full SHA for eab0499
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
privoxy_version: [4.0.0]
15
- python-version: [3.12]
+ python-version: [3.13]
16
fail-fast: false
17
runs-on: ubuntu-latest
18
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Python
36
uses: actions/setup-python@v5
37
with:
38
- python-version: 3.13
+ python-version: ${{ matrix.python-version }}
39
40
- name: Install poetry
41
uses: abatilo/actions-poetry@v3
0 commit comments