Skip to content

Commit 6df3f4a

Browse files
Update dependency python to 3.13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9066039 commit 6df3f4a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-virtualenv-caches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.13'
2828
- uses: Gr1N/setup-poetry@v9
2929
- name: Install tox
3030
run: |
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v4
100100
- uses: actions/setup-python@v5
101101
with:
102-
python-version: '3.11'
102+
python-version: '3.13'
103103
- uses: Gr1N/setup-poetry@v9
104104
- uses: actions/cache@v4
105105
with:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.13'
2020
- uses: Gr1N/setup-poetry@v9
2121
- uses: actions/cache@v4
2222
with:

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.13'
2828
- uses: Gr1N/setup-poetry@v9
2929
- uses: actions/cache@v4
3030
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.13'
2323
- uses: Gr1N/setup-poetry@v9
2424
- name: Install tox
2525
run: |
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
- uses: actions/setup-python@v5
117117
with:
118-
python-version: '3.11'
118+
python-version: '3.13'
119119
- uses: Gr1N/setup-poetry@v9
120120
- uses: actions/cache@v4
121121
with:

0 commit comments

Comments
 (0)