Skip to content

Commit 84726a4

Browse files
committed
Changed authoring guide to make sure only python 3.10 and onwards
is used.
1 parent c44f868 commit 84726a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AUTHORING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ started with using a service or API — it should be in a _quickstart_ folder.
109109

110110
### Python Versions
111111

112-
Samples should support Python 3.9, 3.10, 3.11, 3.12 and 3.13.
112+
Samples should support Python 3.10, 3.11, 3.12, 3.13 and 3.14.
113113

114114
If the API or service your sample works with has specific Python version
115115
requirements different from those mentioned above, the sample should support

0 commit comments

Comments
 (0)