Skip to content

Commit

Permalink
Add 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 18, 2024
1 parent 7d3d5bb commit aa8fc32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions admin-tools/make-dist-3.0-3.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ for pyversion in $PYVERSIONS; do
# Pick out first two number of version, e.g. 3.5.1 -> 35
first_two=$(echo $pyversion | cut -d'.' -f 1-2 | sed -e 's/\.//')
rm -fr build
python setup.py bdist_egg bdist_wheel
mv -v dist/${PACKAGE}-$__version__-{py3,$first_two}-none-any.whl
python setup.py bdist_egg
done

tarball=dist/${PACKAGE}-${__version__}.tar.gz
Expand Down
9 changes: 9 additions & 0 deletions admin-tools/pyenv-3.0-3.1-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- shell-script -*-
# Sets PYVERSIONS to be pyenv versions that
# we can use in the python-3.1-to-3.2 branch.

if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.0.1 3.1.5'

0 comments on commit aa8fc32

Please sign in to comment.