You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ This library currently is tested to work with the following versions
44
44
Python:
45
45
46
46
* 3.11
47
+
* 3.12
47
48
48
49
Ubuntu:
49
50
@@ -80,7 +81,7 @@ Other details here that depend on your configuration:
80
81
81
82
1. Create the new virtualenv, using ``--copies`` so that there's a distinct Python executable to limit::
82
83
83
-
$ sudo python3.11 -m venv --copies <SANDENV>
84
+
$ sudo python3.12 -m venv --copies <SANDENV>
84
85
85
86
By default, the virtualenv would just symlink against the system Python, and apparmor's default configuration on some operating systems may prevent confinement from being appled to that.
0 commit comments