Skip to content

Update README.rst to reference python 3.8+#12354

Merged
adiroiban merged 6 commits intotrunkfrom
altendky-patch-3
Nov 6, 2024
Merged

Update README.rst to reference python 3.8+#12354
adiroiban merged 6 commits intotrunkfrom
altendky-patch-3

Conversation

@altendky
Copy link
Member

@altendky altendky commented Nov 6, 2024

Scope and purpose

thanks for pointing out the inconsistency @kursataktas

#12353 (comment)

Fixes #

Add a few words about why this PR is needed and what is its scope.
If the associate ticket(s) fully explain the need you can just refer to it/them.

Add any comments about trade-offs (if any) made in this PR and the reasoning behind them.

Add mentions of things that are not covered here and are planed to be done in separate PRs.

Contributor Checklist:

This process applies to all pull requests - no matter how small.
Have a look at our developer documentation before submitting your Pull Request.

Below is a non-exhaustive list (as a reminder):

  • The title of the PR should describe the changes and starts with the associated issue number, like “#9782 Remove twisted.news. #1234 Brief description”.
  • A release notes news fragment file was create in src/twisted/newsfragments/ (see: Release notes fragments docs.)
  • The automated tests were updated.
  • Once all checks are green, request a review by leaving a comment that contains exactly the string please review.
    Our bot will trigger the review process, by applying the pending review label
    and requesting a review from the Twisted dev team.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 6, 2024

CodSpeed Performance Report

Merging #12354 will not alter performance

Comparing altendky-patch-3 (967a73c) with trunk (2f10a71)

Summary

✅ 25 untouched benchmarks

@cjwatson
Copy link
Contributor

cjwatson commented Nov 6, 2024

Looks good, but I spotted a couple of other places in the documentation that should be updated too:

docs/core/howto/python3.rst:Twisted currently supports only Python 3.6+.
docs/development/release-process.rst:   The minimum supported platform is Python 3.6.7.

@cjwatson
Copy link
Contributor

cjwatson commented Nov 6, 2024

Actually the second of those is just in an example release candidate announcement, so isn't a problem. docs/core/howto/python3.rst should be fixed though.

@altendky
Copy link
Member Author

altendky commented Nov 6, 2024

As a side topic, has removing instructions for porting from Python 2 been considered? :]

Thanks.

altendky and others added 4 commits November 6, 2024 08:32
Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Colin Watson <cjwatson@debian.org>
-------------

Twisted is an event-based framework for internet applications, supporting Python 3.6+.
Twisted is a Python event-based framework for internet applications.
Copy link
Member Author

Choose a reason for hiding this comment

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

Or maybe you want to twiddle it a bit more.

Suggested change
Twisted is a Python event-based framework for internet applications.
Twisted is an event-based Python framework for internet applications.

or...

Suggested change
Twisted is a Python event-based framework for internet applications.
Twisted is an event-based framework for Python internet applications.

or...

ok, i'll stop now. at this point they all feel a little bit odd now that i've thought about them too much. :]

i'm also fine as-is. change, approve, do what you will.

Copy link
Member

@adiroiban adiroiban left a comment

Choose a reason for hiding this comment

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

Thanks. Let's merge :)

@adiroiban adiroiban merged commit 59b87b9 into trunk Nov 6, 2024
@adiroiban adiroiban deleted the altendky-patch-3 branch November 6, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants