@@ -17,15 +17,15 @@ jobs:
1717
1818 strategy :
1919 matrix :
20- python : [3.6, 3.7, 3.8, 3.9, pypy3 ]
20+ python : [3.6, 3.7, 3.8, 3.9, pypy ]
2121
2222 steps :
2323 - uses : actions/checkout@v2
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Set up Python ${{ matrix.python }}
28- uses : actions/setup-python@v2
28+ uses : actions/setup-python@v3
2929 with :
3030 python-version : ${{ matrix.python }}
3131
@@ -36,27 +36,27 @@ jobs:
3636
3737 - name : Test with Python 3.6
3838 if : matrix.python == '3.6'
39- run : tox -e "py36-pytest_ {4,50,51,52,53,54,60,61,62,latest }"
39+ run : tox -e "py36-pytest {4,50,51,52,53,54,60,61,62,70 }"
4040
4141 - name : Test with Python 3.7
4242 if : matrix.python == '3.7'
43- run : tox -e "py37-pytest_ {4,50,51,52,53,54,60,61,62,latest }"
43+ run : tox -e "py37-pytest {4,50,51,52,53,54,60,61,62,70 }"
4444
4545 - name : Test with Python 3.8
4646 if : matrix.python == '3.8'
47- run : tox -e "py38-pytest_ {4,50,51,52,53,54,60,61,62,latest }"
47+ run : tox -e "py38-pytest {4,50,51,52,53,54,60,61,62,70 }"
4848
4949 - name : Test with Python 3.9
5050 if : matrix.python == '3.9'
51- run : tox -e "py39-pytest_ {4,50,51,52,53,54,60,61,62,latest }"
51+ run : tox -e "py39-pytest {4,50,51,52,53,54,60,61,62,70 }"
5252
5353 - name : Test with Python 3.10
5454 if : matrix.python == '3.10'
55- run : tox -e "py310-pytest_ {62,latest }"
55+ run : tox -e "py310-pytest {62,70 }"
5656
5757 - name : Test with PyPy
58- if : matrix.python == 'pypy3 '
59- run : tox -e "pypy-pytest_ {4,50,51,52,53,54,60,61,62,latest }"
58+ if : matrix.python == 'pypy '
59+ run : tox -e "pypy-pytest {4,50,51,52,53,54,60,61,62,70 }"
6060
6161 - name : Linting with Flake8
6262 if : matrix.python == '3.9'
7474 with :
7575 fetch-depth : 0
7676
77- - uses : actions/setup-python@v2
77+ - uses : actions/setup-python@v3
7878 with :
7979 python-version : " 3.9"
8080
8787 run : python setup.py sdist bdist_wheel
8888
8989 - name : Publish package
90- uses : pypa/gh-action-pypi-publish@v1.4.2
90+ uses : pypa/gh-action-pypi-publish@v1
9191 with :
9292 user : __token__
9393 password : ${{ secrets.pypi_token }}
0 commit comments