Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 824480b

Browse files
authored
Upgrade Python version to 3.9.6 (#353)
1 parent 30213a2 commit 824480b

File tree

4 files changed

+289
-252
lines changed

4 files changed

+289
-252
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- uses: actions/setup-python@v2
4040
with:
41-
python-version: '3.8'
41+
python-version: '3.9.6'
4242
- run: pip install --user pipenv
4343

4444
- name: Install dependecies

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ alembic = "*"
3535
psycopg2 = "*"
3636

3737
[requires]
38-
python_version = "3.8"
38+
python_version = "3.9.6"
3939

4040
[scripts]
4141
view_coverage = "coverage report -m"

0 commit comments

Comments
 (0)