File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 os : ["ubuntu-latest"]
26- python-version : [
27- " 3.8" ,
28- " 3.13" ,
29- ]
26+ python-version :
27+ - " 3.8"
28+ - " 3.14"
3029
3130 env :
3231 OS : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 os : ["ubuntu-latest"]
29- python-version : ["3.13 "]
29+ python-version : ["3.14 "]
3030 env :
3131 OS_TYPE : ${{ matrix.os }}
3232 PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11# Change Log
22
3+ - Verify support for Python 3.14
4+
35## 4.2.1 (2025-09-09)
46
57- Made network timeout configurable. Thanks, @ofipify .
Original file line number Diff line number Diff line change 6262 "Programming Language :: Python :: 3.11" ,
6363 "Programming Language :: Python :: 3.12" ,
6464 "Programming Language :: Python :: 3.13" ,
65+ "Programming Language :: Python :: 3.14" ,
6566 "Topic :: Software Development :: Libraries" ,
6667 "Topic :: Software Development :: Libraries :: Python Modules" ,
6768 ],
You can’t perform that action at this time.
0 commit comments