Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
# - "3.10"
# - "3.11"
# - "3.12"
- "3.13"
# - "3.13"
- "3.14"

steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
# test with oldest and latest supported Python versions
# NOTE: If bumping the minimum Python version here, also do it in
# ruff.toml, setup.py and other CI files as well.
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.14"]
runtime-deps: ["latest"]

include:
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.14"
runtime-deps: "oldest"

fail-fast: false
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04]
python-version: ["3.12"]
python-version: ["3.14"]

arch: ["x64"]
docker-engine: ["docker"]
Expand All @@ -214,18 +214,18 @@ jobs:
# Test on arm to ensure compatibility with Apple M1 chips
# (OSX runners don't have access to Docker so we use Linux ARM runners instead)
- os: "ubuntu-24.04"
python-version: "3.12"
python-version: "3.14"
arch: "arm"
docker-engine: "docker"
unit-tesseract: "base"
- os: "ubuntu-24.04"
python-version: "3.12"
python-version: "3.14"
arch: "arm"
docker-engine: "docker"
unit-tesseract: "pyvista-arm64"
# Run tests using Podman
- os: "ubuntu-24.04"
python-version: "3.12"
python-version: "3.14"
arch: "x64"
docker-engine: "podman"
unit-tesseract: "base"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- macos-latest
python-version:
- "3.10"
- "3.13"
- "3.14"

fail-fast: false

Expand Down
Loading
Loading