Skip to content

Commit ef010c8

Browse files
committed
update contributing guide
1 parent 2a2f0df commit ef010c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to add a feature:
2121
documentation.
2222

2323
- The feature must work fully on the following CPython versions:
24-
3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows.
24+
3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 on both UNIX and Windows.
2525

2626
- The feature must not add unnecessary dependencies (where
2727
"unnecessary" is of course subjective, but new dependencies should
@@ -204,6 +204,7 @@ We support:
204204
- `Python 3.11`_
205205
- `Python 3.12`_
206206
- `Python 3.13`_
207+
- `Python 3.14`_
207208

208209
.. _Python 3.7: https://docs.python.org/3.7/
209210
.. _Python 3.8: https://docs.python.org/3.8/
@@ -212,6 +213,7 @@ We support:
212213
.. _Python 3.11: https://docs.python.org/3.11/
213214
.. _Python 3.12: https://docs.python.org/3.12/
214215
.. _Python 3.13: https://docs.python.org/3.13/
216+
.. _Python 3.14: https://docs.python.org/3.14/
215217

216218

217219
Supported versions can be found in our ``noxfile.py`` `config`_.

0 commit comments

Comments
 (0)