We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ea6d9 commit 9deb3e4Copy full SHA for 9deb3e4
doc/development.md
@@ -19,6 +19,7 @@ To start developing, run the following commands:
19
2. Initialize the source directory
20
21
$ scripts/install_dev.sh
22
+
23
$ make init
24
25
This installs required packages, creates a virtual Python environment in the directory `.venv/`
@@ -33,4 +34,4 @@ To start developing, run the following commands:
33
34
35
The Github workflow runs tests on different architectures and Python versions.
36
Currently, tests are run on Windows, MacOS and Linux.
-Tested Python versions are Python 3.11, 3.12 and 3.13.
37
+Tested Python versions are Python 3.11, 3.12, 3.13 and 3.14.
0 commit comments