File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches : [ main ]
77 tags :
8+ - ' *'
89 workflow_dispatch :
910 schedule :
1011 # Run every Sunday at 03:53 UTC
@@ -42,19 +43,19 @@ jobs:
4243 python-version : 3.9
4344 toxenv : py39-test-pytest62
4445 - os : macos-latest
45- python-version : 3.8
46- toxenv : py38 -test-pytestdev
46+ python-version : ' 3.11 '
47+ toxenv : py311 -test-pytestdev
4748 - os : ubuntu-latest
4849 python-version : ' 3.10'
4950 toxenv : py310-test-pytest70
5051 toxargs : --pre
5152
5253 steps :
53- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v3
5455 with :
5556 fetch-depth : 0
5657 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@v2
58+ uses : actions/setup-python@v4
5859 with :
5960 python-version : ${{ matrix.python-version }}
6061 - name : Install Tox
You can’t perform that action at this time.
0 commit comments