Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python from 3.12.7-slim to 3.13.0-slim #1255

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-slim
FROM python:3.13.0-slim

# python
ENV PYTHONUNBUFFERED=1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `safe-config-service` is a service that provides configuration information i
## Requirements

- `docker-compose` – https://docs.docker.com/compose/install/
- Python 3.12.2
- Python 3.13.0

## Setup

Expand Down
Loading