File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101101 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
102102 with :
103103 python-version : 3.x
104- allow-prereleases : true
105104
106105 - name : Build Docs
107106 run : pipx run nox -s docs
Original file line number Diff line number Diff line change @@ -48,12 +48,14 @@ jobs:
4848 strategy :
4949 fail-fast : false
5050 matrix :
51- python-version : ['3.7 ', '3.12']
51+ python-version : ['3.8 ', '3.12']
5252 runs-on : [ubuntu-22.04, macos-14, windows-2022]
5353
5454 include :
5555 - python-version : pypy-3.10
5656 runs-on : ubuntu-22.04
57+ - python-version : 3.7
58+ runs-on : macos-12
5759
5860 name : Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
5961
7577 - uses : actions/setup-python@v5
7678 with :
7779 python-version : ${{ matrix.python-version }}
78- allow-prereleases : true
7980
8081 - name : Install package
8182 run : python -m pip install .[test]
@@ -111,16 +112,13 @@ jobs:
111112 - uses : actions/setup-python@v5
112113 with :
113114 python-version : 3.x
114- allow-prereleases : true
115115
116116 - name : Checks the docs with warnings as errors
117117 run : pipx run nox -s docs -- --check
118118
119-
120119 - name : Checks the docs for broken links
121120 run : pipx run nox -s docs -- --linkcheck
122121
123-
124122 pass :
125123 if : always()
126124 needs :
You can’t perform that action at this time.
0 commit comments