Skip to content

Commit cf1df87

Browse files
Update Python to v3.14.0
1 parent c828870 commit cf1df87

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: setup-python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.14'
2323

2424
- name: Install Poetry
2525
uses: snok/install-poetry@v1

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.14'
1616
cache: 'pip'
1717

1818
- name: Install dependencies

poetry.lock

Lines changed: 4 additions & 10 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
@@ -7,7 +7,7 @@ license = "MIT"
77
authors = ["Team Simplify <oss@simplify.jobs>"]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.11, <3.14"
10+
python = ">=3.14, <3.15"
1111
google-cloud-tasks = ">=2.16.3, <2.20.0"
1212
google-cloud-scheduler = ">=2.13.3, <2.20.0"
1313
fastapi = ">=0.110.0, <0.120.0"

0 commit comments

Comments
 (0)