update to python3.10

This commit is contained in:
felinae98 2022-05-23 00:00:31 +08:00
parent eb4aa32565
commit 93697f2569
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
needs: build-frontend
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env:

View File

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
RUN python3 -m pip install poetry && poetry config virtualenvs.create false
WORKDIR /app
RUN apt-get update && apt-get install -y xvfb fonts-noto-color-emoji ttf-unifont \

View File

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
RUN python3 -m pip install poetry && poetry config virtualenvs.create false
WORKDIR /app
RUN apt-get update && apt-get install -y xvfb fonts-noto-color-emoji ttf-unifont \