public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karolina Surma <ksurma@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/khal] rawhide: Support Python 3.15
Date: Tue, 09 Jun 2026 00:52:36 GMT	[thread overview]
Message-ID: <178096635600.1.4485105546808332341.rpms-khal-074991f45dc2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/khal
Branch : rawhide
Commit : 074991f45dc291962a1b81030624864fbd138f54
Author : Karolina Surma <ksurma@redhat.com>
Date   : 2026-05-26T09:58:50+00:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/khal/c/074991f45dc291962a1b81030624864fbd138f54?branch=rawhide

Log:
Support Python 3.15

---
diff --git a/khal.spec b/khal.spec
index a0d6291..0cec692 100644
--- a/khal.spec
+++ b/khal.spec
@@ -46,6 +46,10 @@ calendars with a variety of other programs on a host of different platforms.
 %prep
 %autosetup -p1 -n %{name}-%{version}
 
+# Don't limit the upper bound of the required Python
+# Enables testing in Fedora with 3.15 alpha versions
+sed -i 's/^\(requires-python *= *">=[^"]*\),<3\.15"/\1"/' pyproject.toml
+
 %generate_buildrequires
 %pyproject_buildrequires -t
 

                 reply	other threads:[~2026-06-09  0:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178096635600.1.4485105546808332341.rpms-khal-074991f45dc2@fedoraproject.org \
    --to=ksurma@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox