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 8, 2024
1 parent c95b7f9 commit f7b358f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 40 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
82 changes: 46 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pillow = "*"
pycparser = "^2.22"
pyopenssl = "*"
pyparsing = "^3.1.4"
python = ">=3.12, <3.13"
python = ">=3.12, <3.14"
python-dateutil = "^2.9.0"
python-magic = "^0.4.27"
pytz = "*"
Expand Down

0 comments on commit f7b358f

Please sign in to comment.