Skip to content

Drop Python 3.9 and add 3.13, 3.14#2088

Merged
RobbeSneyders merged 4 commits intomainfrom
feature/bump-python-versions
Oct 13, 2025
Merged

Drop Python 3.9 and add 3.13, 3.14#2088
RobbeSneyders merged 4 commits intomainfrom
feature/bump-python-versions

Conversation

@RobbeSneyders
Copy link
Member

No description provided.

@RobbeSneyders RobbeSneyders force-pushed the feature/bump-python-versions branch from 7aaadea to 6e16a88 Compare October 13, 2025 08:47
@coveralls
Copy link

coveralls commented Oct 13, 2025

Coverage Status

coverage: 94.354%. remained the same
when pulling 1af9125 on feature/bump-python-versions
into a1c53db on main.

@RobbeSneyders RobbeSneyders changed the title Drop Python 3.9 and add 3.13 Drop Python 3.9 and add 3.13, 2.14 Oct 13, 2025
@RobbeSneyders RobbeSneyders merged commit 8e8a89d into main Oct 13, 2025
2 checks passed
@RobbeSneyders RobbeSneyders deleted the feature/bump-python-versions branch October 13, 2025 09:25

def __lt__(self, other: "SortableRoute") -> bool:
return bool(other.path_regex.match(self.path))
return bool(other.path_regex.match(self.path)) or self.path < other.path
Copy link
Contributor

Choose a reason for hiding this comment

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

This is so subtle. I feel it really is worth adding a comment why it was necessary.

@chrisinmtown
Copy link
Contributor

chrisinmtown commented Oct 13, 2025

FWIW this PR dropped 3.8 (not 3.9) and added 3.14 (not 2.14).

@RobbeSneyders RobbeSneyders changed the title Drop Python 3.9 and add 3.13, 2.14 Drop Python 3.9 and add 3.13, 3.14 Oct 13, 2025
RobbeSneyders added a commit that referenced this pull request Oct 13, 2025
Typo introduced in #2088,
which was silently ignored by Github.
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