File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 - name : Setup Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.9 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ Running System Tests
143143 $ nox -s system
144144
145145 # Run a single system test
146- $ nox -s system-3.8 -- -k <name of test>
146+ $ nox -s system-3.9 -- -k <name of test>
147147
148148
149149 .. note::
150150
151- System tests are only configured to run under Python 3.8 .
151+ System tests are only configured to run under Python 3.9 .
152152 For expediency, we do not run them in older versions of Python 3.
153153
154154 This alone will not run the tests. You'll need to change some local
You can’t perform that action at this time.
0 commit comments