Skip to content

Commit 1b00d48

Browse files
update minimum Python version and dev tool package versions
1 parent 2062d3e commit 1b00d48

4 files changed

Lines changed: 570 additions & 443 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ dmypy.json
116116

117117
# End of https://www.gitignore.io/api/python,visualstudiocode
118118

119+
.DS_Store
120+
119121
# api_reference is an auto-generated part of the docs that is based on the source
120122
# code docstrings, so don't have git track these files
121123
docs/api_reference

docs/before_getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Software requirements
88

99
::
1010

11-
1. Python 3.5 or later
11+
1. Python 3.10 or later
1212

1313

1414
Installing and importing the library

0 commit comments

Comments
 (0)