We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5f551 commit b9637a2Copy full SHA for b9637a2
2 files changed
Makefile
@@ -1,8 +1,8 @@
1
# A GNU Makefile to run various tasks - compatibility for us old-timers.
2
3
-# Note: This makefile include remake-style target comments.
+# Note: This makefile includes remake-style target comments.
4
# These comments before the targets start with #:
5
-# remake --tasks to shows the targets and the comments
+# "remake --tasks" shows the targets and the comments
6
7
GIT2CL ?= admin-tools/git2cl
8
PYTHON ?= python
admin-tools/pyenv-versions
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
-export PYVERSIONS='3.10 3.11 3.12 3.13'
+export PYVERSIONS='3.11 pypy3.11-7.3.20 3.12 3.13 3.14'
0 commit comments