File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Checkout
1616 uses : actions/checkout@v3.0.2
1717
18- - name : Set up Python 3.8
18+ - name : Set up Python 3.11
1919 uses : actions/setup-python@v4.2.0
2020 with :
21- python-version : 3.8
21+ python-version : 3.11
2222
2323 - name : Install base and testing dependencies
2424 run : |
Original file line number Diff line number Diff line change 11[tox]
2- ; this is shorthand for py38,py38 -mypy,py38 -flake8.
3- envlist = py38 {,-mypy,-flake8}
2+ ; this is shorthand for py311,py311 -mypy,py311 -flake8.
3+ envlist = py311 {,-mypy,-flake8}
44
55; run pytest to run the tests
66[testenv]
@@ -11,7 +11,7 @@ commands =
1111 pytest test_unused_arguments.py -m " not release"
1212
1313; run mypy for type checking
14- [testenv:py38 -mypy]
14+ [testenv:py311 -mypy]
1515deps =
1616 mypy
1717commands =
@@ -21,7 +21,7 @@ commands=
2121 --show-error-codes
2222
2323; run flake8 for basic linting
24- [testenv:py38 -flake8]
24+ [testenv:py311 -flake8]
2525deps =
2626 flake8
2727commands =
You can’t perform that action at this time.
0 commit comments