File tree Expand file tree Collapse file tree 5 files changed +86
-115
lines changed Expand file tree Collapse file tree 5 files changed +86
-115
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 - uses : actions/cache@v3
3434 with :
3535 path : ~/.cache
36- key : self-runner-${{ runner.os }}-python-3.10 -poetry-${{ hashFiles('poetry.lock') }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
37- - name : Set up Python 3.10.7
36+ key : self-runner-${{ runner.os }}-python-3.11 -poetry-${{ hashFiles('poetry.lock') }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
37+ - name : Set up Python 3.11.0
3838 uses : actions/setup-python@v4
3939 with :
40- python-version : 3.10.7
40+ python-version : 3.11.0-rc.2
4141 - name : Install dependencies
4242 run : |
4343 cp env.sample .env
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 - uses : actions/cache@v3
3333 with :
3434 path : ~/.cache
35- key : self-runner-${{ runner.os }}-python-3.10 -poetry-${{ hashFiles('poetry.lock') }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
36- - name : Set up Python 3.10.7
35+ key : self-runner-${{ runner.os }}-python-3.11 -poetry-${{ hashFiles('poetry.lock') }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
36+ - name : Set up Python 3.11.0
3737 uses : actions/setup-python@v4
3838 with :
39- python-version : 3.10.7
39+ python-version : 3.11.0-rc.2
4040 - name : Install dependencies
4141 run : |
4242 cp env.sample .env
Original file line number Diff line number Diff line change 11# #### Builder Stage #####
2- FROM python:3.10 -slim as builder
2+ FROM python:3.11 -slim as builder
33
44# Set default path
55ENV PATH="/app/.venv/bin:${PATH}"
@@ -20,7 +20,7 @@ COPY fastqueue ./fastqueue
2020COPY alembic ./alembic
2121
2222# #### Final Stage #####
23- FROM python:3.10 -slim
23+ FROM python:3.11 -slim
2424
2525# Disable Prompt During Packages Installation
2626ARG DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments