We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39dc05 commit e1e6b5dCopy full SHA for e1e6b5d
sdk/loadtestservice/azure-developer-loadtesting/CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Release History
2
3
-## 1.0.0b1 (1970-01-01)
+## 1.0.0b1 (2022-07-28)
4
5
- Initial version
sdk/loadtestservice/azure-developer-loadtesting/setup.py
@@ -42,7 +42,6 @@
42
"Programming Language :: Python",
43
"Programming Language :: Python :: 3 :: Only",
44
"Programming Language :: Python :: 3",
45
- "Programming Language :: Python :: 3.6",
46
"Programming Language :: Python :: 3.7",
47
"Programming Language :: Python :: 3.8",
48
"Programming Language :: Python :: 3.9",
@@ -66,5 +65,5 @@
66
65
"isodate<1.0.0,>=0.6.1",
67
"azure-core<2.0.0,>=1.24.0",
68
],
69
- python_requires=">=3.6",
+ python_requires=">=3.7",
70
)
0 commit comments