You've already forked wakapi-readme-stats
Merge branch 'master' into feat/gitpython_multiple_file_and_single_commits
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 📥
|
||||
|
||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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 📥
|
||||
|
||||
4
.github/workflows/codestyle.yml
vendored
4
.github/workflows/codestyle.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM python:3.11-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
||||
Reference in New Issue
Block a user