We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5698a commit 761e56cCopy full SHA for 761e56c
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: "3.10"
+ python-version: "3.9"
16
- name: Install nox
17
run: |
18
python -m pip install --upgrade setuptools pip wheel
CONTRIBUTING.rst
@@ -143,12 +143,12 @@ Running System Tests
143
$ nox -s system
144
145
# Run a single system test
146
- $ nox -s system-3.8 -- -k <name of test>
+ $ nox -s system-3.9 -- -k <name of test>
147
148
149
.. note::
150
151
- System tests are only configured to run under Python 3.8.
+ System tests are only configured to run under Python 3.9.
152
For expediency, we do not run them in older versions of Python 3.
153
154
This alone will not run the tests. You'll need to change some local
0 commit comments