Skip to content

Removed Python 3.9 from the version matrix in GitHub Actions - #155

Merged
matentzn merged 2 commits into
mainfrom
matentzn-patch-1
May 12, 2026
Merged

Removed Python 3.9 from the version matrix in GitHub Actions#155
matentzn merged 2 commits into
mainfrom
matentzn-patch-1

Conversation

@matentzn

Copy link
Copy Markdown
Contributor

Removed Python 3.9 from the version matrix in GitHub Actions. No longer supported by LinkML.

Removed Python 3.9 from the version matrix in GitHub Actions. No longer supported by LinkML.
@matentzn
matentzn requested a review from dalito May 12, 2026 13:29
@matentzn matentzn changed the title Update Python version matrix in workflow Removed Python 3.9 from the version matrix in GitHub Actions May 12, 2026

@dalito dalito left a comment

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.

Interesting, I thought that we had removed it already.

Can you also change

requires-python = ">=3.9,<4.0"

to requires-python = ">=3.10,<4.0"

Update template/pyproject.toml.jinja to require Python >=3.10 instead of >=3.9. This ensures newly generated projects use 3.10 as the minimum supported Python version.
@matentzn
matentzn requested a review from dalito May 12, 2026 14:20
@matentzn
matentzn merged commit 325b0b4 into main May 12, 2026
10 checks passed
@matentzn
matentzn deleted the matentzn-patch-1 branch May 12, 2026 15:43
@matentzn

Copy link
Copy Markdown
Contributor Author

Thx @dalito!

@dalito dalito added this to the Release 0.5.0 milestone May 27, 2026
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.

2 participants