@@ -10,14 +10,14 @@ jobs:
1010 tests :
1111 strategy :
1212 matrix :
13- python-version : [3.6, 3.7, 3.8, 3.9, "3.10"]
13+ python-version : [3.6, 3.7, 3.8, 3.9, "3.10", "3.11" ]
1414 os : [windows-2019]
1515 runs-on : ${{ matrix.os }}
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 architecture : ' x64'
3232 pip install --upgrade cffi
3333 coverage run -m haas -v win32ctypes
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v2
35+ uses : actions/setup-python@v4
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 architecture : ' x86'
@@ -54,10 +54,10 @@ jobs:
5454 runs-on : ubuntu-latest
5555 steps :
5656 - uses : actions/checkout@v2
57- - name : Set up Python 3.6
57+ - name : Set up Python 3.8
5858 uses : actions/setup-python@v2
5959 with :
60- python-version : 3.6
60+ python-version : 3.8
6161 - name : Install flake8
6262 run : python -m pip install flake8
6363 - name : Lint codebase
0 commit comments