Skip to content

Commit 43f7744

Browse files
Update Python to v3.13.5
1 parent 7549c25 commit 43f7744

File tree

5 files changed

+8
-27
lines changed

5 files changed

+8
-27
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: "pipx install poetry"
3939
- uses: "actions/setup-python@v5"
4040
with:
41-
python-version: "3.12"
41+
python-version: "3.13"
4242
cache: "poetry"
4343
- run: "SKIP_BUILD_FRONTEND=true poetry lock"
4444
- run: "SKIP_BUILD_FRONTEND=true poetry install"
@@ -54,7 +54,7 @@ jobs:
5454
- run: "pipx install poetry"
5555
- uses: "actions/setup-python@v5"
5656
with:
57-
python-version: "3.12"
57+
python-version: "3.13"
5858
cache: "poetry"
5959
- run: "SKIP_BUILD_FRONTEND=true poetry lock"
6060
- run: "SKIP_BUILD_FRONTEND=true poetry install"
@@ -75,7 +75,7 @@ jobs:
7575
- run: "pipx install poetry"
7676
- uses: "actions/setup-python@v5"
7777
with:
78-
python-version: "3.12"
78+
python-version: "3.13"
7979
cache: "poetry"
8080
- run: "SKIP_BUILD_FRONTEND=true poetry lock"
8181
- run: "SKIP_BUILD_FRONTEND=true poetry install"

.github/workflows/deploy1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: "pipx install poetry"
3434
- uses: "actions/setup-python@v5"
3535
with:
36-
python-version: "3.12"
36+
python-version: "3.13"
3737
cache: "poetry"
3838
- run: "poetry version $CLEAN_VERSION"
3939
# Commit the changes and move the tag!

.github/workflows/deploy2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: "pipx install poetry"
6868
- uses: "actions/setup-python@v5"
6969
with:
70-
python-version: "3.12"
70+
python-version: "3.13"
7171
cache: "poetry"
7272
- run: "poetry install"
7373
- run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"

poetry.lock

Lines changed: 2 additions & 21 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
@@ -11,7 +11,7 @@ include = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.10,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
14+
python = ">=3.13,<3.14" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
1515

1616
# CAD
1717
build123d = ">=0.9,<0.10"

0 commit comments

Comments
 (0)