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-rich-theme-manager: add Python 3.13 subport #26962

Closed
wants to merge 2 commits into from
Closed
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-rich-theme-manager/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-rich-theme-manager/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py38-rich-theme-manager: Error: Unknown dependency: py38-rich

Check warning on line 1 in python/py-rich-theme-manager/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py38-rich-theme-manager: Error: Unknown dependency: py38-rich

Check warning on line 1 in python/py-rich-theme-manager/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py38-rich-theme-manager: Error: Unknown dependency: py38-rich

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -22,7 +22,7 @@
sha256 3bc1effa4b6c42f72994b73c8b3c391b1c6e803deccc2fc3932da31b00f1a112 \
size 17416

python.versions 38 39 310 311 312
python.versions 38 39 310 311 312 313

python.pep517 yes
python.pep517_backend poetry
Expand Down
Loading