Skip to content

Add support for Python 3.14#170

Merged
hugovk merged 1 commit into
ofek:masterfrom
hugovk:add-3.14
Oct 8, 2025
Merged

Add support for Python 3.14#170
hugovk merged 1 commit into
ofek:masterfrom
hugovk:add-3.14

Conversation

@hugovk

@hugovk hugovk commented Oct 6, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Oct 6, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0720138) to head (7ae693e).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #170   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          547       550    +3     
  Branches        74        42   -32     
=========================================
+ Hits           547       550    +3     
Flag Coverage Δ
macOS-latest 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)
windows-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Comment thread pyproject.toml
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What are your general thoughts on removing such classifiers?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I think it's useful metadata, because they indicate that the maintainer has tested these versions and support them.

If there are no classifiers, I just have to try and install and run and hope for the best.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I find the maintenance of these to be burdensome but feel free to merge! Do you recall a proposal on the forums regarding this? I remember something about it but I'm not sure if it was a better mechanism that required less maintenance or if it was about simply removing these.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

There was a recent suggestion in some thread about adding some extra metadata field to indicate the top tested version, but I can't find it now. A benefit would be that the intention of a dedicated field is clear, but it would be just as burdensome to update once per year.

Let's merge!

Please could you also look at #168 at some point? We could do a new release if that's okay. No rush though :)

@hugovk hugovk merged commit ae5b78c into ofek:master Oct 8, 2025
18 checks passed
@hugovk hugovk deleted the add-3.14 branch October 8, 2025 20:23
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