summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 19:25:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 19:32:25 +0200
commitd201c5eedec52533692e8ea11fcbde506a798e60 (patch)
tree1dd4b612a8aa3cad041c772df4c8de07d5dd17e8
parentdev-python/fastjsonschema: Enable py3.13 (diff)
downloadgentoo-d201c5eedec52533692e8ea11fcbde506a798e60.tar.gz
gentoo-d201c5eedec52533692e8ea11fcbde506a798e60.tar.bz2
gentoo-d201c5eedec52533692e8ea11fcbde506a798e60.zip
dev-python/atomicwrites: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/atomicwrites/atomicwrites-1.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild b/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild
index f9396190ce20..f13d8f9b0e0a 100644
--- a/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi