Skip to content

Commit

Permalink
Update python to version 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys0dev committed Oct 9, 2024
1 parent fd58057 commit f70389f
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# `github/codeql-action/init`)
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
# Once codebase is updated, this can easily be changed to any specific version.
python-version: "3.12"
python-version: "3.13"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion docker/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as build-base
FROM python:3.13-slim as build-base

RUN apt-get update --option "Acquire::Retries=3" --quiet=2 && \
apt-get install \
Expand Down
Loading

0 comments on commit f70389f

Please sign in to comment.