Skip to content

Commit fda929b

Browse files
committed
[core] updated tests to include p3.14
1 parent 4119562 commit fda929b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["python311", "python312", "python313"]
20+
python-version: ["python311", "python312", "python313", "python314"]
2121

2222
container: mrclock8163/geocompy:tests-${{matrix.python-version}}
2323

@@ -41,7 +41,7 @@ jobs:
4141
linting:
4242
name: Linting
4343
runs-on: ubuntu-latest
44-
container: mrclock8163/geocompy:tests-python313
44+
container: mrclock8163/geocompy:tests-python314
4545
strategy:
4646
fail-fast: false
4747
matrix:

0 commit comments

Comments
 (0)