graphtage: use Python 3.14

This commit is contained in:
Renee Otten
2026-01-18 21:04:52 -05:00
parent 01a3ed4a56
commit 12a80bbcf4
+4 -4
View File
@@ -5,8 +5,9 @@ PortGroup python 1.0
name graphtage
version 0.3.1
revision 0
license LGPL-3
revision 1
license LGPL-3+
categories textproc python
platforms {darwin any}
supported_archs noarch
@@ -27,14 +28,13 @@ checksums rmd160 7b6c303eca348cd3465226f72562b2ebfb32bb4e \
sha256 8650d1ca566f9ab4dbbd340c159131ce611f318f41014af47eaaac801e021d3b \
size 106691
python.default_version 312
python.default_version 314
depends_lib-append port:py${python.version}-colorama \
port:py${python.version}-fickling \
port:py${python.version}-intervaltree \
port:py${python.version}-json5 \
port:py${python.version}-numpy \
port:py${python.version}-setuptools \
port:py${python.version}-scipy \
port:py${python.version}-tqdm \
port:py${python.version}-typing_extensions \