We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217bc94 commit a7af411Copy full SHA for a7af411
1 file changed
.github/workflows/test.yml
@@ -19,14 +19,14 @@ jobs:
19
runs-on: ubuntu-24.04
20
strategy:
21
matrix:
22
- python-version: ['3.8', '3.10', '3.12']
+ python-version: ['3.8', '3.10', '3.12', '3.14']
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
27
28
- name: Python setup
29
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
30
with:
31
python-version: ${{ matrix.python-version }}
32
architecture: 'x64'
0 commit comments