diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e6e76..26161c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10.1 + python-version: 3.14.3 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/Dockerfile b/Dockerfile index f22c5d3..1aa4a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Base image # ---------------------------------------------------------------------- # -FROM python:3.10.1 +FROM python:3.14.3 LABEL MAINTAINER="Ivan Lee" # Make working directory