File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 29
29
- " 3.12"
30
30
# CPython 3.13 final is scheduled for October 2024:
31
31
# https://peps.python.org/pep-0719/
32
- - " 3.13"
33
- # Python 2.7 was removed from GHA setup-python in June 2023:
34
- # https://github.com/actions/setup-python/issues/672
32
+ # TODO: Reenable 3.13 once fixed.
33
+ # - "3.13"
35
34
36
35
# PyPy versions:
37
36
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
64
63
- os : macos-latest
65
64
python : 3.12
66
65
67
- # Ubuntu: test deadsnakes Python not supported by GHA python-versions
68
- - os : ubuntu-20.04
69
- python : 3.5
66
+ # Ubuntu: test deadsnakes Python versions which are not supported by
67
+ # GHA python-versions.
70
68
- os : ubuntu-20.04
71
69
python : 3.6
72
70
87
85
run : python runtests.py --current --verbose
88
86
89
87
test_python27 :
88
+ # Get Python 2.7 from Ubuntu 22.04.
89
+ #
90
+ # Python 2.7 was removed from GHA setup-python in June 2023:
91
+ # https://github.com/actions/setup-python/issues/672
90
92
name : ' Test Python 2.7'
91
93
runs-on : ubuntu-22.04
92
94
steps :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ functions for old Python versions.
7
7
8
8
Supported Python versions:
9
9
10
- * Python 3.5 - 3.13
10
+ * Python 3.6 - 3.14
11
11
* PyPy 2.7 and PyPy 3.6 - 3.10
12
12
13
13
Python 2.7 and Python 3.4 are no longer officially supported since GitHub
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ * 2024-04-23: Drop Python 3.5 support. It cannot be tested anymore (pip fails).
4
5
* 2024-04-02: Add ``PyDict_SetDefaultRef() `` function.
5
6
* 2024-03-29: Add ``PyList_GetItemRef() `` function.
6
7
* 2024-03-21: Add functions:
Original file line number Diff line number Diff line change 34
34
"python3-debug" ,
35
35
"python3" ,
36
36
"python2.7" ,
37
- "python3.4" ,
38
- "python3.5" ,
39
37
"python3.6" ,
40
38
"python3.7" ,
41
39
"python3.8" ,
You can’t perform that action at this time.
0 commit comments