File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v1
14- - name : Set up Python 3.8
15- uses : actions/setup-python@v1
13+ - uses : actions/checkout@v3
14+ - name : Set up Python 3.10
15+ uses : actions/setup-python@v4
1616 with :
17- python-version : 3.8
17+ python-version : " 3.10 "
1818 - name : Build wheel and source tarball
1919 run : |
2020 pip install wheel
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v1
11- - name : Set up Python 3.8
12- uses : actions/setup-python@v1
10+ - uses : actions/checkout@v3
11+ - name : Set up Python 3.10
12+ uses : actions/setup-python@v4
1313 with :
14- python-version : 3.8
14+ python-version : " 3.10 "
1515 - name : Install dependencies
1616 run : |
1717 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3232 - django : " 4.0"
3333 python-version : " 3.10"
3434 steps :
35- - uses : actions/checkout@v1
35+ - uses : actions/checkout@v3
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v1
37+ uses : actions/setup-python@v4
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
Original file line number Diff line number Diff line change 11default_language_version :
2- python : python3.8
2+ python : python3.10
33repos :
44- repo : https://github.com/PyCQA/flake8
55 rev : 5.0.4
Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ deps =
4040commands = {posargs:py.test --cov =graphene_django graphene_django examples}
4141
4242[testenv:black]
43- basepython = python3.8
43+ basepython = python3.10
4444deps = -e.[dev]
4545commands =
4646 black --exclude " /migrations/" graphene_django examples setup.py --check
4747
4848[testenv:pre-commit]
49+ basepython = python3.10
4950skip_install = true
5051deps = pre-commit
5152commands =
You can’t perform that action at this time.
0 commit comments