We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341efab + 6fb62b6 commit f0e5084Copy full SHA for f0e5084
README.rst
@@ -34,7 +34,7 @@ Installation
34
----------------------
35
DAF can be installed though command prompt/terminal using the bottom commands.
36
37
-Pre-requirement: `Python (minimum v3.8) <https://www.python.org/downloads/>`_.
+Pre-requirement: `Python (minimum v3.8 and currently max 3.11; 3.12 support is pending) <https://www.python.org/downloads/>`_.
38
39
**Main package**
40
src/daf/__init__.py
@@ -19,6 +19,7 @@
19
import sys
20
import warnings
21
22
+
23
VERSION = "3.2.0"
24
25
if sys.version_info.minor == 12 and sys.version_info.major == 3:
0 commit comments