Skip to content

Commit 383474d

Browse files
fix(dependencies): update python to v3.14.6
1 parent 01c27d0 commit 383474d

4 files changed

Lines changed: 8 additions & 93 deletions

File tree

.github/workflows/publish.yml

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.13"
15+
python-version: "3.14.6"
1616
- run: pip install poetry
1717
- run: poetry build
1818
- uses: actions/upload-artifact@v7

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Python
1010
uses: actions/setup-python@v6
1111
with:
12-
python-version: "3.13"
12+
python-version: "3.14.6"
1313
- run: python -m pip install -U pip
1414
- run: pip install .
1515
twine-check:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14.6"
2424
- run: pip install poetry twine
2525
- run: poetry install
2626
- run: poetry build
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v6
3535
with:
36-
python-version: "3.13"
36+
python-version: "3.14.6"
3737
- run: pip install poetry
3838
- run: poetry install
3939
- run: poetry run black --check .
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python
6666
uses: actions/setup-python@v6
6767
with:
68-
python-version: "3.13"
68+
python-version: "3.14.6"
6969
- run: pip install poetry
7070
- run: poetry install
7171
- run: poetry run pytest --benchmark-json output.json

poetry.lock

Lines changed: 2 additions & 87 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 @@ packages = [
1212
]
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.10"
15+
python = "^3.14.6"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
black = ">=26.3.1"

0 commit comments

Comments
 (0)