-
Notifications
You must be signed in to change notification settings - Fork 240
Test on Python 3.13 #527
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 on Python 3.13 #527
Conversation
67907f4 to
1388a30
Compare
I'm still working on it. For now I'm trying to completely remove |
671da05 to
bbec9fb
Compare
I know. I am trying to clear a path for you so that the modifications in your PR focus on upgrading functionality, rather than addressing formatting issues such as single vs. double quotes, end-of-line and end-of-file issues, etc. If tests are already passing on Py 3.13 then it shoul be easier to read and review your PR. |
I use ruff format |
bbec9fb to
acd074b
Compare
|
324306c to
ee15be5
Compare
ee15be5 to
c9b5db1
Compare
c9b5db1 to
e16ab62
Compare
| fail-fast: false | ||
| matrix: | ||
| python-version: ["3.10"] # ["2.7", "3.6", "3.10"] | ||
| python-version: ["3.10", "3.13"] # ["2.7", "3.6", "3.10"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@o-murphy Please add this change to
|
@cclauss |
|
The current Pythonista beta is based on Python 3.13.
load_source()was lifted from @o-murphypythonista>=3.4/py>=3.10: Refactoring, removing deprecated requirements, updating for #524