Skip to content

Commit

Permalink
chore: bump python version to ^3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jan 28, 2024
1 parent 093e5a4 commit 775a62f
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 876 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
poetry-version:
- 1.3.2
- 1.7.1
steps:
- uses: actions/checkout@v4
- name: "Set Up Python ${{ matrix.python-version }}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10
ARG POETRY_VERSION=1.7.1

FROM python:${PYTHON_VERSION}-slim AS base
ARG POETRY_VERSION=1.3.2
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
PIP_NO_CACHE_DIR=1 \
Expand Down
Loading

0 comments on commit 775a62f

Please sign in to comment.