Skip to content

Commit

Permalink
MAINT: Upgrade Python version to 3.12 for docker and workflow (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-truyen authored Dec 16, 2024
1 parent bf88195 commit 959fc8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.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.11"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.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.11'
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Derived from Pandas
FROM python:3.11
FROM python:3.12
WORKDIR /home/smash

RUN apt-get update && apt-get -y upgrade
Expand Down

0 comments on commit 959fc8f

Please sign in to comment.