Skip to content

Commit 6b545a8

Browse files
authored
Add Python 3.14 setup to workflow
1 parent d7b4830 commit 6b545a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
source /opt/intel/oneapi/setvars.sh
7777
printenv >> $GITHUB_ENV
7878
79+
- name: Set up Python 3.14
80+
uses: actions/setup-python@v5
81+
with:
82+
python-version: '3.14'
7983

8084
- name: Build
8185
run: |

0 commit comments

Comments
 (0)