Skip to content

Commit 41715c4

Browse files
committed
CI: test on pre-releases of 3.14
1 parent ab8ae95 commit 41715c4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ jobs:
1313
strategy:
1414
matrix:
1515
# See https://github.com/actions/python-versions/releases for available versions
16-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
16+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Install Poetry
2323
run: |
2424
pipx install poetry
2525
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
allow-prereleases: true
3031
cache: 'poetry'
3132

3233
- name: Install dependencies

0 commit comments

Comments
 (0)