Skip to content

Commit 00e528b

Browse files
committed
Add Python 3.14 to self-hosted CI runner workflow
1 parent a6c30b2 commit 00e528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selfhosted_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2222
architecture: ['x64']
2323

2424
steps:

0 commit comments

Comments
 (0)