Skip to content

Commit 3a359b7

Browse files
msyycscbedd
andauthored
Update doc/dev/packaging.md
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
1 parent c2855ea commit 3a359b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/dev/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The "packages" section MUST EXCLUDE the `azure` package. Example:
5959

6060
Since the package is Python 3 only, you must notify it in the setup.py as well:
6161
```python
62-
python_requires=">=3.8",
62+
python_requires=">=3.10",
6363
```
6464

6565
Example of a full setup.py

0 commit comments

Comments
 (0)