Skip to content

Commit

Permalink
app-backup/backintime: enable py3.12
Browse files Browse the repository at this point in the history
It has some regex warnings but nothing else, tests pass.

Closes: https://bugs.gentoo.org/929284
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 3, 2024
1 parent 3f5a6b8 commit cc53cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-backup/backintime/backintime-1.3.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1 xdg

DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
Expand Down
4 changes: 2 additions & 2 deletions app-backup/backintime/backintime-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1 xdg

DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
Expand Down

0 comments on commit cc53cb6

Please sign in to comment.