File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.33.1 (Unreleased)
3+ ## 1.34.0 (Unreleased)
44
55### Features Added
66
1212
1313### Other Changes
1414
15+ - Python 3.8 is no longer supported. Please use Python version 3.9 or later.
16+
1517## 1.33.0 (2025-04-03)
1618
1719### Features Added
Original file line number Diff line number Diff line change 99# regenerated.
1010# --------------------------------------------------------------------------
1111
12- VERSION = "1.33.1 "
12+ VERSION = "1.34.0 "
Original file line number Diff line number Diff line change 4949 "Programming Language :: Python" ,
5050 "Programming Language :: Python :: 3 :: Only" ,
5151 "Programming Language :: Python :: 3" ,
52- "Programming Language :: Python :: 3.8" ,
5352 "Programming Language :: Python :: 3.9" ,
5453 "Programming Language :: Python :: 3.10" ,
5554 "Programming Language :: Python :: 3.11" ,
6867 package_data = {
6968 "pytyped" : ["py.typed" ],
7069 },
71- python_requires = ">=3.8 " ,
70+ python_requires = ">=3.9 " ,
7271 install_requires = [
7372 "requests>=2.21.0" ,
7473 "six>=1.11.0" ,
You can’t perform that action at this time.
0 commit comments