Skip to content

Commit 6f6cc61

Browse files
committed
Add py 3.14
1 parent bb95b4d commit 6f6cc61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
os: ['ubuntu-latest']
91-
python-version: ['3.12', '3.13']
91+
python-version: ['3.12', '3.13', '3.14']
9292
steps:
9393

9494
- name: "Install OpenGL"
@@ -134,7 +134,7 @@ jobs:
134134
fail-fast: false
135135
matrix:
136136
os: ['windows-latest']
137-
python-version: ['3.12', '3.13']
137+
python-version: ['3.12', '3.13', '3.14']
138138
steps:
139139

140140
- name: "Clone pyOCCT"

0 commit comments

Comments
 (0)