Skip to content

Commit d463c71

Browse files
committed
Update workflows to currently supported versions
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent cfe3a03 commit d463c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
python-version: ["3.10", "3.11", "3.12"]
9-
os: [ubuntu-22.04, windows-2019]
8+
python-version: ["3.10", "3.11", "3.12", "3.13"]
9+
os: [ubuntu-22.04, windows-2022]
1010
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
architecture: x64
17-
- run: pip install poetry==1.8.3
17+
- run: pip install poetry==2.1.3
1818
- run: poetry install --with dev
1919
- run: poetry run pytest -vv

0 commit comments

Comments
 (0)