Skip to content

Commit 1733ab5

Browse files
authored
Add python 3.13 support (#740)
* Add Python 3.13 support * Remove outdated trame extra from pyvista
1 parent 5cc1ecb commit 1733ab5

File tree

4 files changed

+458
-436
lines changed

4 files changed

+458
-436
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
matrix:
9494
os: [ubuntu-latest, windows-latest, macos-latest]
95-
python-version: ['3.10', '3.11', '3.12']
95+
python-version: ['3.10', '3.11', '3.12', '3.13']
9696
should-release:
9797
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
9898
exclude:
@@ -157,7 +157,7 @@ jobs:
157157
timeout-minutes: 30
158158
strategy:
159159
matrix:
160-
python-version: ["3.10", "3.11", "3.12"]
160+
python-version: ["3.10", "3.11", "3.12", '3.13']
161161
server-version: ["latest"]
162162
steps:
163163
- uses: actions/checkout@v4
@@ -238,14 +238,14 @@ jobs:
238238
timeout-minutes: 30
239239
strategy:
240240
matrix:
241-
python-version: ["3.10", "3.11", "3.12"]
241+
python-version: ["3.10", "3.11", "3.12", '3.13']
242242
server-version: ["latest"]
243243
include:
244-
- python-version: "3.12"
244+
- python-version: "3.13"
245245
server-version: "2024R2"
246-
- python-version: "3.12"
246+
- python-version: "3.13"
247247
server-version: "2025R1"
248-
- python-version: "3.12"
248+
- python-version: "3.13"
249249
server-version: "2025R2"
250250

251251
steps:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12', '3.13']
1515
timeout-minutes: 30
1616

1717
steps:

0 commit comments

Comments
 (0)