Skip to content

Commit

Permalink
yamllint: update python default version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 committed Jan 31, 2025
1 parent bed3f24 commit a3e7bed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions devel/yamllint/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup python 1.0

github.setup adrienverge yamllint 1.35.1 v
github.tarball_from archive
revision 0
revision 1

categories devel python
supported_archs noarch
Expand All @@ -26,7 +26,11 @@ checksums rmd160 5b1bec2ac73695302aae0009cdf19429174757ae \

# Keep Python version compatible with ansible-lint

python.default_version 311
python.default_version 313

variant python${python.default_version} {}

default_variants +python${python.default_version}

depends_build port:py${python.version}-setuptools
depends_run port:py${python.version}-pathspec \
Expand Down

0 comments on commit a3e7bed

Please sign in to comment.