Merge branch 'master' into feat/gitpython_multiple_file_and_single_commits

This commit is contained in:
Alexander Sergeev
2023-03-12 21:08:27 +01:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -17,10 +17,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 3.8 🐍
- name: Setup Python 3.11 🐍
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
cache: 'pip'
- name: Install Dependencies 📥

View File

@@ -31,10 +31,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 3.8 🐍
- name: Setup Python 3.11 🐍
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
cache: 'pip'
- name: Install dependencies 📥

View File

@@ -12,10 +12,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 3.8 🐍
- name: Setup Python 3.11 🐍
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install Dependencies 📥
run: pip install -r requirements.txt

View File

@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.11-alpine
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1