Skip to content

Commit f7161d0

Browse files
Update Python version deploy script to 3.13 (#1125)
1 parent 8605164 commit f7161d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33
set -o pipefail
44

55
PYTORCH_VERSION=${PYTORCH_VERSION:-""}
6-
PYTHON_VERSION="3.9"
6+
PYTHON_VERSION="3.13"
77
TWINE_VERSION=">3,<4.0.0dev"
88
CONDA_ENV="skorch-deploy"
99

0 commit comments

Comments
 (0)