Skip to content

Commit

Permalink
Python: Fix MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Mar 8, 2024
1 parent efb626a commit b83ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in detail.
## Prerequisites

* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
have Rust installed, make sure that it's at least version 1.60 or newer. You can check which version you have installed
have Rust installed, make sure that it's at least version 1.70 or newer. You can check which version you have installed
by running `rustc --version`. Once this is done, you should have the `rustc` compiler and the `cargo` build system installed in your path. This requirement will be removed before the final release of Slint for Python.
* [Python 3](https://python.org/)
* [pip](https://pypi.org/project/pip/)
Expand Down

0 comments on commit b83ace4

Please sign in to comment.