Skip to content

Commit

Permalink
Upgrade to python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 26, 2024
1 parent f4ee9d9 commit 2c575c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py310-plus, --keep-runtime-typing]
args: [--py311-plus, --keep-runtime-typing]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py310-plus]
args: [--py311-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
Expand All @@ -36,4 +36,4 @@ repos:
additional_dependencies: [black==24.4.2]

default_language_version:
python: python3.10
python: python3.11
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

ENV PYTHONUNBUFFERED=1

Expand Down

0 comments on commit 2c575c2

Please sign in to comment.