Skip to content

Commit 4af1ab4

Browse files
committed
3.10 is the minimum Python supported version
1 parent 1044723 commit 4af1ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The library is currently 2 main modules:
1414
## Requirements
1515
**OS**: Only tested on Linux. Windows and Mac may work, but are not supported.
1616

17-
**Python Module**: Python 3.10 or higher
17+
**Python Module**: Python 3.10 or higher, Python 3.12 recommended
1818

1919
## Installation, documentation and examples
2020
https://docs.internationalbrainlab.org

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CURRENT_DIRECTORY = Path(__file__).parent.absolute()
77

88
CURRENT_PYTHON = sys.version_info[:2]
9-
REQUIRED_PYTHON = (3, 8)
9+
REQUIRED_PYTHON = (3, 10)
1010
VER_ERR_MSG = """
1111
==========================
1212
Unsupported Python version

0 commit comments

Comments
 (0)