Skip to content

Commit 8353ca4

Browse files
1 parent 808cc8e commit 8353ca4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.github/workflows/unittest.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
14+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

‎CONTRIBUTING.rst‎

Lines changed: 1 addition & 3 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, 3.13 and 3.14 on both UNIX and Windows.
25+
3.7, 3.8, 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
@@ -228,7 +228,6 @@ We support:
228228
- `Python 3.11`_
229229
- `Python 3.12`_
230230
- `Python 3.13`_
231-
- `Python 3.14`_
232231

233232
.. _Python 3.7: https://docs.python.org/3.7/
234233
.. _Python 3.8: https://docs.python.org/3.8/
@@ -237,7 +236,6 @@ We support:
237236
.. _Python 3.11: https://docs.python.org/3.11/
238237
.. _Python 3.12: https://docs.python.org/3.12/
239238
.. _Python 3.13: https://docs.python.org/3.13/
240-
.. _Python 3.14: https://docs.python.org/3.14/
241239

242240

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

0 commit comments

Comments
 (0)