Skip to content

Commit

Permalink
Downgrade to Python 3.11 in Dockerfile (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth authored Oct 17, 2023
1 parent 7b485d6 commit 51bfdef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.9
python: python3.11
repos:
- repo: https://github.com/myint/autoflake
rev: v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3
FROM python:3.11
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV POETRY_VIRTUALENVS_CREATE=false
Expand Down

0 comments on commit 51bfdef

Please sign in to comment.