mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
bump project to python 3.11
This commit is contained in:
parent
363250ebb2
commit
de25c736c0
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-slim AS base
|
FROM python:3.11-slim AS base
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get install -y --no-install-recommends curl git build-essential \
|
&& apt-get install -y --no-install-recommends curl git build-essential \
|
||||||
|
@ -55,3 +55,4 @@ Hope you enjoy it.
|
|||||||
- 6 JUN 2022 added initial dataset for shakespeare models
|
- 6 JUN 2022 added initial dataset for shakespeare models
|
||||||
- 3 OCT 2022 poetry added to project
|
- 3 OCT 2022 poetry added to project
|
||||||
- 12 NOV 2022 ruff implemented to project as linting tool
|
- 12 NOV 2022 ruff implemented to project as linting tool
|
||||||
|
- 14 FEB 2023 bump project to Python 3.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user