Skip to content

Commit b2c8cfb

Browse files
renzonrenzon
authored andcommitted
Updated Python to 3.10
1 parent 1e37d73 commit b2c8cfb

File tree

3 files changed

+311
-218
lines changed

3 files changed

+311
-218
lines changed

.github/workflows/django_project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v2
27-
- name: Set up Python 3.9
28-
uses: actions/setup-python@v1
27+
- name: Set up Python 3.10
28+
uses: actions/setup-python@v4
2929
with:
30-
python-version: 3.9
30+
python-version: '3.10'
3131
- name: Copying configurations
3232
run: |
3333
cp contrib/env-sample .env

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ flower = "*"
5252
pytest-responses = "*"
5353

5454
[requires]
55-
python_version = "3.9"
55+
python_version = "3.10"

0 commit comments

Comments
 (0)