File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.33.1 (Unreleased)
3
+ ## 1.34.0 (Unreleased)
4
4
5
5
### Features Added
6
6
12
12
13
13
### Other Changes
14
14
15
+ - Python 3.8 is no longer supported. Please use Python version 3.9 or later.
16
+
15
17
## 1.33.0 (2025-04-03)
16
18
17
19
### Features Added
Original file line number Diff line number Diff line change 9
9
# regenerated.
10
10
# --------------------------------------------------------------------------
11
11
12
- VERSION = "1.33.1 "
12
+ VERSION = "1.34.0 "
Original file line number Diff line number Diff line change 49
49
"Programming Language :: Python" ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
51
51
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.8" ,
53
52
"Programming Language :: Python :: 3.9" ,
54
53
"Programming Language :: Python :: 3.10" ,
55
54
"Programming Language :: Python :: 3.11" ,
68
67
package_data = {
69
68
"pytyped" : ["py.typed" ],
70
69
},
71
- python_requires = ">=3.8 " ,
70
+ python_requires = ">=3.9 " ,
72
71
install_requires = [
73
72
"requests>=2.21.0" ,
74
73
"six>=1.11.0" ,
You can’t perform that action at this time.
0 commit comments