Skip to content

Commit 06e72e0

Browse files
fix(deps): update python to v3.14.0
1 parent 8dfdf1f commit 06e72e0

5 files changed

Lines changed: 16 additions & 36 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
123123
with:
124124
# Semantic version range syntax or exact version of a Python version
125-
python-version: '3.13'
125+
python-version: '3.14'
126126
- name: Install dependencies
127127
run: |
128128
pipx install poetry # setup-python action requires installing poetry with pipx

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python Env
2020
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2121
with:
22-
python-version: '3.13'
22+
python-version: '3.14'
2323

2424
- name: Install dependencies
2525
run: |

.github/workflows/push-locize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.14'
2020

2121
- name: Install dependencies
2222
run: |

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = ["Topic :: Scientific/Engineering"]
1212

1313
[tool.poetry.dependencies]
1414
# Core dependencies
15-
python = ">=3.11,<3.14"
15+
python = ">=3.14,<3.15"
1616
scipy = "~1.16.0"
1717
pandas = "~2.3.0"
1818
typeguard = "^4.0.0"

0 commit comments

Comments
 (0)