Skip to content

Commit

Permalink
Revert "ref: Python 3.11.6 (#5476)"
Browse files Browse the repository at this point in the history
This reverts commit 1de00a8.
  • Loading branch information
volokluev authored Feb 7, 2024
1 parent 49eb133 commit 0a451ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: Checkout code
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -118,7 +118,7 @@ jobs:
name: Checkout code
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ repos:
entry: rustfmt --edition 2021
files: ^rust_snuba/.*\.rs$
default_language_version:
python: python3.11
python: python3.10
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.6
3.10.13
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11.6
ARG PYTHON_VERSION=3.10.13

FROM python:${PYTHON_VERSION}-slim-bookworm as build_base
WORKDIR /usr/src/snuba
Expand Down

0 comments on commit 0a451ee

Please sign in to comment.