Skip to content

Commit e1e6b5d

Browse files
author
Nivedit Jain
committed
solving issues by @lmazuel
1 parent d39dc05 commit e1e6b5d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
22

3-
## 1.0.0b1 (1970-01-01)
3+
## 1.0.0b1 (2022-07-28)
44

55
- Initial version

sdk/loadtestservice/azure-developer-loadtesting/setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",
45-
"Programming Language :: Python :: 3.6",
4645
"Programming Language :: Python :: 3.7",
4746
"Programming Language :: Python :: 3.8",
4847
"Programming Language :: Python :: 3.9",
@@ -66,5 +65,5 @@
6665
"isodate<1.0.0,>=0.6.1",
6766
"azure-core<2.0.0,>=1.24.0",
6867
],
69-
python_requires=">=3.6",
68+
python_requires=">=3.7",
7069
)

0 commit comments

Comments
 (0)