Skip to content

Commit

Permalink
chore: upgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Dec 5, 2023
1 parent 0249c75 commit cae2b41
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,841 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'

- name: Install pre-commit
run: pip install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v4.3.0
hooks:
- id: check-ast
language_version: python3.10
language_version: python3.12
- id: check-merge-conflict
- id: check-json
- id: check-yaml
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim

ENV PYTHONUNBUFFERED=1
ENV FLASK_APP=/app/src/app.py
Expand Down
Loading

0 comments on commit cae2b41

Please sign in to comment.