Skip to content

Commit 6812155

Browse files
lcianclaude
andauthored
perf(ci): Skip py3.14 builds for confluent-kafka 2.11.1 and sentry-streams 0.0.39 (#2359)
Both versions fail on every build for Python 3.14 and are the lone stragglers in their package families (confluent-kafka 2.12.2+ and sentry-streams 0.0.40+ already build on 3.14), so restricting them to <3.14 removes ~8 min of wasted work per build. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 59e5a9f commit 6812155

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ apt_requires =
334334
wget
335335
brew_requires = wget
336336
custom_prebuild = prebuild/librdkafka v2.8.0
337+
python_versions = <3.14
337338
[confluent-kafka==2.12.2]
338339
apt_requires =
339340
patch
@@ -3573,6 +3574,7 @@ python_versions = <3.14
35733574
[sentry-streams==0.0.38]
35743575
python_versions = <3.14
35753576
[sentry-streams==0.0.39]
3577+
python_versions = <3.14
35763578
[sentry-streams==0.0.40]
35773579
[sentry-streams==0.0.41]
35783580
[sentry-streams==0.0.42]

0 commit comments

Comments
 (0)