Skip to content

Commit f0e5084

Browse files
committed
Merge branch 'master' into develop
2 parents 341efab + 6fb62b6 commit f0e5084

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Installation
3434
----------------------
3535
DAF can be installed though command prompt/terminal using the bottom commands.
3636

37-
Pre-requirement: `Python (minimum v3.8) <https://www.python.org/downloads/>`_.
37+
Pre-requirement: `Python (minimum v3.8 and currently max 3.11; 3.12 support is pending) <https://www.python.org/downloads/>`_.
3838

3939
**Main package**
4040

src/daf/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import sys
2020
import warnings
2121

22+
2223
VERSION = "3.2.0"
2324

2425
if sys.version_info.minor == 12 and sys.version_info.major == 3:

0 commit comments

Comments
 (0)