Skip to content

Commit af02d78

Browse files
Update Python to v3.14.0
1 parent 715d743 commit af02d78

File tree

4 files changed

+7
-80
lines changed

4 files changed

+7
-80
lines changed

.github/workflows/hub.yml

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

2424
- name: Install Poetry
2525
uses: Gr1N/setup-poetry@v9

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.9
21+
python-version: 3.14
2222
- uses: Gr1N/setup-poetry@v9
2323
- uses: actions/cache@v4
2424
with:
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.9
36+
python-version: 3.14
3737
- uses: Gr1N/setup-poetry@v9
3838
- uses: actions/cache@v4
3939
with:

poetry.lock

Lines changed: 3 additions & 76 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
@@ -6,7 +6,7 @@ authors = ["VSHN AG <info@vshn.ch>"]
66
license = "BSD-3-Clause"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.9, <3.14"
9+
python = ">=3.14, <3.15"
1010
cookiecutter = "2.6.0"
1111
PyYAML = "6.0.2"
1212
PyGithub = "2.5.0"

0 commit comments

Comments
 (0)