diff options
author | Matt Turner <mattst88@gmail.com> | 2023-03-17 19:12:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-03-17 19:12:00 -0400 |
commit | 94ca64f933c1c45d56145a490ef9da63826cd968 (patch) | |
tree | 4f6fdaf9c66610fc7ac4ed4cfb92079c3e5ba24d /base | |
parent | 502ee0249d5a3ace1ae587dff8f933d868f341e9 (diff) |
package.use: Switch to Python 3.11
Diffstat (limited to 'base')
-rw-r--r-- | base/etc/portage/package.use/python | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/etc/portage/package.use/python b/base/etc/portage/package.use/python index a9931a6..417060a 100644 --- a/base/etc/portage/package.use/python +++ b/base/etc/portage/package.use/python @@ -1,3 +1,3 @@ -*/* PYTHON_TARGETS: -python3_9 python3_10 -*/* PYTHON_SINGLE_TARGET: -python3_9 python3_10 +*/* PYTHON_TARGETS: -python3_10 python3_11 +*/* PYTHON_SINGLE_TARGET: -python3_10 python3_11 dev-lang/python lto pgo |