Skip to content

Commit

Permalink
Drop Python 3.5 support: cannot be tested anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 22, 2024
1 parent 2353a3d commit 2a198ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
python: 3.12

# Ubuntu: test deadsnakes Python not supported by GHA python-versions
- os: ubuntu-20.04
python: 3.5
# At 2024-05-23, Python 3.5 fails to install pip and so can no longer
# be tested.
- os: ubuntu-20.04
python: 3.6

Expand Down
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functions for old Python versions.

Supported Python versions:

* Python 3.5 - 3.13
* Python 3.6 - 3.14
* PyPy 2.7 and PyPy 3.6 - 3.10

Python 2.7 and Python 3.4 are no longer officially supported since GitHub
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

* 2024-04-23: Drop Python 3.5 support. It cannot be tested anymore (pip fails).
* 2024-04-02: Add ``PyDict_SetDefaultRef()`` function.
* 2024-03-29: Add ``PyList_GetItemRef()`` function.
* 2024-03-21: Add functions:
Expand Down
2 changes: 0 additions & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"python3-debug",
"python3",
"python2.7",
"python3.4",
"python3.5",
"python3.6",
"python3.7",
"python3.8",
Expand Down

0 comments on commit 2a198ee

Please sign in to comment.