Skip to content

Commit

Permalink
build: update Python to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 15, 2024
1 parent edc2d62 commit c7bf1f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.13.0'

- name: Install Python dependencies for CI
run: make install-dev
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ hashFiles('Data/*') == '' }}
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.13.0'

- name: Install Python dependencies and download data
if: ${{ hashFiles('Data/*') == '' }}
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.6-slim-bookworm
FROM python:3.13.0-slim-bookworm

RUN adduser --disabled-password terraso

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform.
## Requirements

- Docker: version 24 or better
- Python: 3.12
- Python: 3.12 or better

## Running locally with Docker

Expand Down

0 comments on commit c7bf1f8

Please sign in to comment.