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 Dec 20, 2024
1 parent 213785c commit ccdb644
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:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59

# 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:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59

# 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:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59

# 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.3"

[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 ccdb644

Please sign in to comment.