Skip to content

Commit 9deb3e4

Browse files
committed
Added python 3.14 to development docs
1 parent 69ea6d9 commit 9deb3e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To start developing, run the following commands:
1919
2. Initialize the source directory
2020

2121
$ scripts/install_dev.sh
22+
2223
$ make init
2324

2425
This installs required packages, creates a virtual Python environment in the directory `.venv/`
@@ -33,4 +34,4 @@ To start developing, run the following commands:
3334

3435
The Github workflow runs tests on different architectures and Python versions.
3536
Currently, tests are run on Windows, MacOS and Linux.
36-
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

Comments
 (0)