Skip to content

Commit

Permalink
Update tests to Python v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 30, 2024
1 parent 8132fec commit 0dd8b62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.13"
- os: macos-13 # Intel
python-version: "3.12"
python-version: "3.13"
- os: macos-14 # arm64
python-version: "3.12"
python-version: "3.13"
- os: windows-latest
python-version: "3.12"
python-version: "3.13"
env:
TZ: Europe/Berlin
FORCE_COLOR: true
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
env:
MKL_NUM_THREADS: '1'
PYTHONUNBUFFERED: '1'
PYTHON_VERSION: '3.12'
PYTHON_VERSION: '3.13'
steps:
- uses: actions/checkout@v4
- uses: pyvista/setup-headless-display-action@main
Expand Down

0 comments on commit 0dd8b62

Please # to comment.