commit: 3abdac2d4e66d1647fd3a49753a6334a4a40fe45
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 16:28:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 10 16:28:13 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=3abdac2d
Makefile.gpyutils: add Python 3.10 -> Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
Makefile.gpyutils | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 0379b03..59fdfc3 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -39,6 +39,11 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > [email protected]
mv [email protected] $@
+$(outdir)/310-to-311.txt: $(timestamp)
+ mkdir -p $(outdir)
+ gpy-upgrade-impl -m python3_10 python3_11 > [email protected]
+ mv [email protected] $@
+
$(outdir)/39-to-310.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl -m python3_9 python3_10 > [email protected]