Skip to content

Commit

Permalink
Updating source scripts
Browse files Browse the repository at this point in the history
Looks like we have Python 3.13 support, hooray
  • Loading branch information
hydrusnetwork committed Jan 19, 2025
1 parent fa2cdf0 commit b68ef85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup_venv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ IF EXIST "%venv_location%\" (
:questions

ECHO --------
ECHO Users on older Windows need the advanced install. The very new Python 3.13 will probably not work with this setup.
ECHO Users on older Windows need the advanced install. Python 3.13 will need the advanced install for newer '(t)est' Qt.
ECHO:
ECHO Your Python version is:
%python_bin% --version
Expand Down
2 changes: 1 addition & 1 deletion setup_venv.command
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ -d "venv" ]; then
fi

echo "--------"
echo "If your macOS is old (Python 3.9), do the advanced install. The very new Python 3.13 will probably not work with this setup. Let hydev know what works for you."
echo "If your macOS is old (Python 3.9), do the advanced install. Python 3.13 will need the advanced install for newer '(t)est' Qt."
echo
echo "Your Python version is:"
$py_command --version
Expand Down
2 changes: 1 addition & 1 deletion setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ -d "venv" ]; then
fi

echo "--------"
echo "Users on older OSes need the advanced install. The very new Python 3.13 will probably not work with this setup."
echo "Users on older OSes need the advanced install. Python 3.13 will need the advanced install for newer '(t)est' Qt."
echo
echo "Your Python version is:"
$py_command --version
Expand Down

0 comments on commit b68ef85

Please sign in to comment.