Skip to content

Commit 88d19ce

Browse files
committed
move to Python 3.12
1 parent 9c8af76 commit 88d19ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

notation/software.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Learn more at \url{https://python.org}.}
127127
}%
128128
\protected\gdef\python{\pgls{python}}%
129129
%
130-
\xdef\pythonVersion{3.10}%
130+
\xdef\pythonVersion{3.12}%
131131
\protected\gdef\pythonWithVersion{\softwareStyle{\python~\pythonVersion}}%
132132
%
133133
%

text/main/basics/gettingStarted/firstProgram/firstProgram.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
The following options may not make any sense for you, which is totally OK for now.
123123
Please make sure to select \menu{Interpreter Type: > Custom Environment} as well as \menu{Environment: > Select existing} and \menu{Type: > Python}.
124124
Under \menu{Python Path:}, you would choose the \python\ interpreter you have installed on your system (see \cref{sec:installingPython}).
125-
On my system that was \inQuotes{\python~3.10.12} at the time of this writing.
125+
On my system that was \inQuotes{\python~3.10.12} at the time of this writing.\footnote{
126+
Now I am using~\python~\pythonVersion, but this is not important.}
126127
We finally click \menu{Create}.
127128
We now have created our first and empty \pycharm\ \python\ project -- as illustrated in \cref{fig:firstProgram03pycharmProjectCreated}.
128129

0 commit comments

Comments
 (0)