Skip to content

Allow overriding Python version matrix#88

Merged
teutoburg merged 4 commits intomainfrom
teutoburg-patch-1
Mar 28, 2026
Merged

Allow overriding Python version matrix#88
teutoburg merged 4 commits intomainfrom
teutoburg-patch-1

Conversation

@teutoburg
Copy link
Copy Markdown
Contributor

@teutoburg teutoburg commented Mar 28, 2026

Useful when updating supported Python versions for different packages in the ecosystem one at a time...

Annoyingly, the defaults now have to be stored in two places, because of different contexts when running on push/PR here vs. when called from elsewhere. Alternative solution would be to use these strictly as called workflows, and have another workflow that acts as the caller on push/PR, much like these are called from elsewhere anyway. I think that's also how we solved a similar issue in the IRDB. But we can always come back and do that, it wouldn't change the outside call signature...

Useful when updating supported Python versions for different packages in the ecosystem one at a time...
@teutoburg teutoburg self-assigned this Mar 28, 2026
@teutoburg teutoburg added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Mar 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c10096e) to head (9b42a27).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #88   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            7         7           
=========================================
  Hits             7         7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@teutoburg teutoburg marked this pull request as ready for review March 28, 2026 14:42
@teutoburg teutoburg requested a review from hugobuddel March 28, 2026 14:42
@teutoburg
Copy link
Copy Markdown
Contributor Author

Unfortunately I kind of urgently need this in Scopesim-Targets, because I need to drop Python 3.10 there. So I'll just merge this and deal with potential issues afterwards. Sorry.

@teutoburg teutoburg merged commit 079902d into main Mar 28, 2026
22 checks passed
@teutoburg teutoburg deleted the teutoburg-patch-1 branch March 28, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant