Skip to content

Commit 9687066

Browse files
committed
chore(ci): Bump Poetry and Python versions
1 parent 14a2615 commit 9687066

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Python Poetry Action
1515
uses: abatilo/actions-poetry@v2.1.3
1616
with:
17-
poetry-version: "1.6.1"
17+
poetry-version: "2.4.1"
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.13"
2121
cache: "poetry"
2222
- name: Install prerequisites
2323
run: |

.github/workflows/install-software.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: ["3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: true
2727
matrix:
2828
os: [ubuntu-latest]
29-
python-version: ["3.10", "3.11", "3.12"]
29+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3030
# use python-extra AND executable to tests its imports
3131
# https://stackoverflow.com/questions/66025220/paired-values-in-github-actions-matrix
3232
python-extra:

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Python Poetry Action
1111
uses: abatilo/actions-poetry@v3
1212
with:
13-
poetry-version: "1.6.1"
13+
poetry-version: "2.4.1"
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.10"
16+
python-version: "3.13"
1717
cache: "poetry"
1818
- name: Install prerequisites
1919
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Python Poetry Action
1616
uses: abatilo/actions-poetry@v2.1.3
1717
with:
18-
poetry-version: "1.6.1"
18+
poetry-version: "2.4.1"
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)