Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Insist on (at least) Python 3.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 249827913
  • Loading branch information
Genomics team in Google Brain authored and copybara-github committed May 24, 2019
1 parent 1b1a487 commit 78faa0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nucleus/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set -x
# egg_files/PKG-INFO.
NUCLEUS_VERSION="0.4.0"
PACKAGE_NAME="google_nucleus-${NUCLEUS_VERSION}"
PYTHON_VERSION="3.4"
PYTHON_VERSION="3.5"

TMPDIR=$(mktemp -d -t tmp.XXXXXXXXXXX)
TOPDIR="${TMPDIR}/${PACKAGE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/egg_files/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules

0 comments on commit 78faa0a

Please # to comment.