File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- name : Setup Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.10 "
15
+ python-version : " 3.9 "
16
16
- name : Install nox
17
17
run : |
18
18
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
143
143
$ nox -s system
144
144
145
145
# 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>
147
147
148
148
149
149
.. note::
150
150
151
- System tests are only configured to run under Python 3.8 .
151
+ System tests are only configured to run under Python 3.9 .
152
152
For expediency, we do not run them in older versions of Python 3.
153
153
154
154
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