Skip to content

Commit

Permalink
chore(python-version): update python version to v3.13 in all dependan…
Browse files Browse the repository at this point in the history
…t actions
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0b6376b commit 4fe7b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
FROM python:3.13-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion actions/find_unreleased_changelog_items/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
FROM python:3.13-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
FROM python:3.13-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package-mode = false
version = "1.5.2"

[tool.poetry.dependencies]
python = "~3.12" # This needs to stay in sync with all CI workflows
python = "~3.13.0" # This needs to stay in sync with all CI workflows

[tool.poetry.group.actions-create_unique_testpypi_version.dependencies]
poetry-core = "1.9.1"
Expand Down

0 comments on commit 4fe7b21

Please sign in to comment.