Skip to content
Merged

Docs #1105

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Boriel BASIC syntax tries to maintain as much compatibility as possible to that
### Platform Availability

Boriel BASIC is available _natively_ for Windows (32bit and 64bit) and Linux (x64). For other platforms (i.e. Mac OS)
you will need to have Python 3.12+ installed in your computer and download the version _with Python scripts_ from
you will need to have Python 3.14+ installed in your computer and download the version _with Python scripts_ from
the [Archive](archive.md) page.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ paginate==0.5.7
pathspec==0.12.1
platformdirs==4.3.6
Pygments==2.20.*
pymdown-extensions==11.0
pymdown-extensions==10.*
python-dateutil==2.9.0.post0
PyYAML==6.0.2
pyyaml_env_tag==0.1
Expand Down
Loading