-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Python 3.13 #206
Test Python 3.13 #206
Conversation
Please, copy the PR description in the commit message. |
551dc29
to
188a17f
Compare
I added the text "This PR adds Python 3.13 to the tox test suite and to CI."; if you want the temporal information about the Python 3.13rc3 release a few days ago and the final 3.13.0 release coming in a few days, I can add that. If you choose to merge the commits using the GitHub interface here, by default the merge commit will include the PR number, which helps create traceability. |
Yes, using the github merge feature is nice. 10 years ago I often used to add links to mailing list archives in my patch messages. But now that the mailing list archives server is down or has moved to a new domain name the links are dead :-(. So, yes, you can add more temporal information about the release of Python 3.13. That would explain why you added |
Makes sense. I'll get this updated. |
Python 3.13 will be released in a few days (its third and final release candidate was published a few days ago). This PR adds Python 3.13 to the tox test suite and to CI.
188a17f
to
878c408
Compare
Thanks |
I used github "rebase and merge" and the PR reference is NOT included. I do not like "Create a merge commit" as it make the git log history less linear. |
There are technical disadvantages to linear commit histories. For example, GPG signatures attached to commits are discarded:
As I said before, I'll submit commits with all relevant text in the commit message, but I wanted to bring this technical disadvantage to your attention in case you weren't already aware of it. |
Very good point. |
Thank you for your consideration! |
Python 3.13 will be released in a few days (its third and final release candidate was published a few days ago).
This PR adds Python 3.13 to the tox test suite and to CI.