Commits

Chris Jones authored c0e00e57672
py-torchtext: Add py38 support
No tags

python/py-torchtext/Portfile

Modified
21 21 maintainers {jonesc @cjones051073} openmaintainer
22 22
23 23 description PyTorch data loaders and abstractions for text and NLP
24 24 long_description ${description}
25 25
26 26 homepage https://github.com/pytorch/text
27 27
28 28 github.livecheck.regex {([0-9.]+)}
29 29
30 30 # Support python versions
31 -python.versions 27 35 36 37
31 +python.versions 27 35 36 37 38
32 32
33 33 if {${name} ne ${subport}} {
34 34
35 35 depends_build-append \
36 36 port:py${python.version}-setuptools
37 37
38 38 depends_lib-append \
39 39 port:py${python.version}-nltk
40 40
41 41 if {${python.version} > 30} {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut