Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-awscli2: add python 3.13 #27604

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/py-awscli2/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -25,7 +25,7 @@
sha256 44daed0a1337620fe1447674c3a8711928827c513a9723fba269831ddedc58c1 \
size 15955046

python.versions 39 310 311 312
python.versions 39 310 311 312 313
python.pep517 yes
python.pep517_backend \
flit
Expand Down