Skip to content

Commit 5cb30ca

Browse files
committed
Updates CONTRIBUTING.rst
1 parent f81c738 commit 5cb30ca

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to add a feature:
2222
documentation.
2323

2424
- The feature must work fully on the following CPython versions:
25-
3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows.
25+
3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows.
2626

2727
- The feature must not add unnecessary dependencies (where
2828
"unnecessary" is of course subjective, but new dependencies should
@@ -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
@@ -195,11 +195,11 @@ configure them just like the System Tests.
195195

196196
# Run all tests in a folder
197197
$ cd samples/snippets
198-
$ nox -s py-3.8
198+
$ nox -s py-3.9
199199

200200
# Run a single sample test
201201
$ cd samples/snippets
202-
$ nox -s py-3.8 -- -k <name of test>
202+
$ nox -s py-3.9 -- -k <name of test>
203203

204204
********************************************
205205
Note About ``README`` as it pertains to PyPI
@@ -221,16 +221,12 @@ Supported Python Versions
221221

222222
We support:
223223

224-
- `Python 3.7`_
225-
- `Python 3.8`_
226224
- `Python 3.9`_
227225
- `Python 3.10`_
228226
- `Python 3.11`_
229227
- `Python 3.12`_
230228
- `Python 3.13`_
231229

232-
.. _Python 3.7: https://docs.python.org/3.7/
233-
.. _Python 3.8: https://docs.python.org/3.8/
234230
.. _Python 3.9: https://docs.python.org/3.9/
235231
.. _Python 3.10: https://docs.python.org/3.10/
236232
.. _Python 3.11: https://docs.python.org/3.11/

0 commit comments

Comments
 (0)