Skip to content

Commit

Permalink
3.10 is the minimum Python supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Dec 4, 2024
1 parent 1044723 commit 4af1ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The library is currently 2 main modules:
## Requirements
**OS**: Only tested on Linux. Windows and Mac may work, but are not supported.

**Python Module**: Python 3.10 or higher
**Python Module**: Python 3.10 or higher, Python 3.12 recommended

## Installation, documentation and examples
https://docs.internationalbrainlab.org
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CURRENT_DIRECTORY = Path(__file__).parent.absolute()

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 8)
REQUIRED_PYTHON = (3, 10)
VER_ERR_MSG = """
==========================
Unsupported Python version
Expand Down

0 comments on commit 4af1ab4

Please sign in to comment.