We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e37d73 commit b2c8cfbCopy full SHA for b2c8cfb
.github/workflows/django_project.yml
@@ -24,10 +24,10 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v2
27
- - name: Set up Python 3.9
28
- uses: actions/setup-python@v1
+ - name: Set up Python 3.10
+ uses: actions/setup-python@v4
29
with:
30
- python-version: 3.9
+ python-version: '3.10'
31
- name: Copying configurations
32
run: |
33
cp contrib/env-sample .env
Pipfile
@@ -52,4 +52,4 @@ flower = "*"
52
pytest-responses = "*"
53
54
[requires]
55
-python_version = "3.9"
+python_version = "3.10"
0 commit comments