From 5761958f9bbcc42b98e3068ff8a3d1b22b4c6e1b Mon Sep 17 00:00:00 2001 From: Louis Mandel Date: Tue, 7 Oct 2025 22:48:58 -0400 Subject: [PATCH] feat: support Python 3.14 Signed-off-by: Louis Mandel --- .github/workflows/build.yml | 2 +- .github/workflows/run-examples-prep.yml | 2 +- .github/workflows/run-examples.yml | 2 +- docs/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca33e1c6..8cbaa284d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/run-examples-prep.yml b/.github/workflows/run-examples-prep.yml index 5f9d0f6df..d4d36d689 100644 --- a/.github/workflows/run-examples-prep.yml +++ b/.github/workflows/run-examples-prep.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: # Detect modified PDL files, includes Add, Modified, but not Deleted diff --git a/.github/workflows/run-examples.yml b/.github/workflows/run-examples.yml index 6f5a8ec5d..ff637acc9 100644 --- a/.github/workflows/run-examples.yml +++ b/.github/workflows/run-examples.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v5 with: diff --git a/docs/README.md b/docs/README.md index 4224102f1..2f537cfd9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ See below for a quick reference, followed by [installation notes](#interpreter-i ## Interpreter Installation -The interpreter has been tested with Python versions **3.11**, **3.12**, and **3.13**, on macOS and Linux. For Windows, please use WSL. +The interpreter has been tested with Python versions **3.11**, **3.12**, **3.13**, and **3.14**, on macOS and Linux. For Windows, please use WSL. To install the requirements for `pdl`, execute the command: