Skip to content

Commit cf80f48

Browse files
committed
Merge branch 'main' into ppdl-01
2 parents cc206a5 + 4286f82 commit cf80f48

File tree

13 files changed

+189
-181
lines changed

13 files changed

+189
-181
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.11', '3.12', '3.13']
18+
python-version: ['3.11', '3.12', '3.13', '3.14']
1919

2020
steps:
2121
- uses: actions/checkout@v5

.github/workflows/mkdocs-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Python
4545
uses: actions/setup-python@v6
4646
with:
47-
python-version: '3.13'
47+
python-version: '3.14'
4848
- name: Install required packages
4949
run: pip install -U mkdocs "mkdocstrings[python]" mkdocs-material pymdown-extensions
5050
- name: Build site (_site directory name is used for Jekyll compatiblity)

.github/workflows/run-examples-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ['3.11', '3.12', '3.13']
11+
python-version: ['3.11', '3.12', '3.13', '3.14']
1212

1313
steps:
1414
# Detect modified PDL files, includes Add, Modified, but not Deleted

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.11', '3.12', '3.13']
16+
python-version: ['3.11', '3.12', '3.13', '3.14']
1717
steps:
1818
- uses: actions/checkout@v5
1919
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
entry: pylint
3939
language: python
4040
types: [python]
41-
additional_dependencies: ['pylint==3.3.0']
41+
additional_dependencies: ['pylint==4.0.3']
4242
args:
4343
[
4444
"-rn", # Only display messages

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22

33
WORKDIR /pdl
44

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See below for a quick reference, followed by [installation notes](#interpreter-i
3535

3636
## Interpreter Installation
3737

38-
The interpreter has been tested with Python versions **3.11**, **3.12**, and **3.13**, on macOS and Linux. For Windows, please use WSL.
38+
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.
3939

4040
To install the requirements for `pdl`, execute the command:
4141

pdl-live-react/package-lock.json

Lines changed: 161 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@eslint/js": "^9.19.0",
5252
"@playwright/test": "^1.50.0",
5353
"@tauri-apps/cli": "^2.3.0",
54-
"@types/node": "24.10.0",
54+
"@types/node": "24.10.1",
5555
"@types/react": "^19.0.0",
5656
"@types/react-dom": "^19.0.0",
5757
"@types/react-syntax-highlighter": "^15.5.13",

pdl-live-react/src-tauri/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)