summaryrefslogtreecommitdiff
path: root/dev-python/hatchling
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r--dev-python/hatchling/Manifest2
-rw-r--r--dev-python/hatchling/hatchling-1.27.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hatchling/Manifest b/dev-python/hatchling/Manifest
index 69003f851fb4..9c18143ea113 100644
--- a/dev-python/hatchling/Manifest
+++ b/dev-python/hatchling/Manifest
@@ -1,3 +1,3 @@
DIST hatch-hatchling-v1.27.0.gh.tar.gz 5275714 BLAKE2B 5db266a4efa8d315ac991b4f109834cbe3710d6b944de78591f3707d1552a60ac24c1970c093190c2b3fdb8515d7ed5f4af7a32a1a364cefe9f4c08eef84b369 SHA512 d519428c4c7c21950df2484f38332b5c89525347f3557ff21a55a85811955c8466f6eb4f919d824ab7a576cd35d8a59e4a5e7827100f6ea1e38c10c0f1864a29
-EBUILD hatchling-1.27.0.ebuild 2741 BLAKE2B 42eab21473e29e9dccce73b6e0af8c32eee49d7fbc27c9cf6d990466a686018479086402b090a91cc5f3e27218235cdb9b23d645475a5832fc2e479dd1af8c24 SHA512 ef33b0ddf344bf1e2d17c1ffa30104b278321bbe20dbc6af944ba0ae8eb6a5077ce8d9ee6677047def0e2928da2e2d5a033c4c2be4200e854456fd9854de328e
+EBUILD hatchling-1.27.0.ebuild 2764 BLAKE2B 4381f14ca25faa5cacc8e77f5c6988b755ca7d1312e6cbd2cd20a602834db15a629b814eb1ab3a8806e64f441334d66594b716cdca310fbe07fa0fe89326d3e0 SHA512 b5586e75b38d76537ec6097f5e7fb43f3271b5b690361bebe67a84f36a8d466f5b3efac4ece89c8de1146c76684745b3c1d570c1c915e6cfb30da89df61ace48
MISC metadata.xml 365 BLAKE2B 5a40a6cf6df042e6e8387830babd0171c9d8bc5d490fe2175b83d1588d827e826b49044ef29de48553515996b742fc475bb9699dcfa8ec05229162b22e0ed317 SHA512 f11bb25bc12c2bb0b0a0a4691115b9a2af525d9e44b33e0d6db98c7fcef0b49b5989fb7574ee8b27bc88f1dd2543bfdd492a6614de172e2c4edabbee8bf6161e
diff --git a/dev-python/hatchling/hatchling-1.27.0.ebuild b/dev-python/hatchling/hatchling-1.27.0.ebuild
index c8fcc8962809..fbb122bc2caf 100644
--- a/dev-python/hatchling/hatchling-1.27.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.27.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( pypy3 pypy3_11 python3_{10..13} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t python3_14 python3_14t )
inherit distutils-r1