Skip to content

Get back onto supported Python versions#112

Open
matthias-bach-by wants to merge 7 commits into
masterfrom
modernise
Open

Get back onto supported Python versions#112
matthias-bach-by wants to merge 7 commits into
masterfrom
modernise

Conversation

@matthias-bach-by

@matthias-bach-by matthias-bach-by commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

This moves the set of tested Python versions back to versions with active support. Not just Python but also Dependabot as of recently no longer supports 3.9, so we would no longer get security PRs, see https://github.blog/changelog/2026-06-23-deprecation-of-python-3-9-for-dependabot/.

To enable this, I have also slightly modernised the way we set up our pipeline, allowing to more easily test such changes locally, respectively have them done by Copilot instead of manually.

@coveralls

coveralls commented Jun 30, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 97.403%. remained the same — modernise into master

@matthias-bach-by
matthias-bach-by marked this pull request as ready for review July 3, 2026 09:54
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we maybe just go to 3.12 and above? Then we buy a bit of time until we need another upgrade :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants