-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: upgrade to 12 first attempt resolve #31 #32
Conversation
835dc0f
to
bcb83b7
Compare
Yes, those 3.8 type issues are a this is a known mypy problem: overhangio/tutor#956 |
@ghassanmas Hi, You can use something like overhangio/cookiecutter-tutor-plugin#31 to have checks for both 3.8 and 3.12. The current config only runs CI on one version, as far as I understand. |
@DawoudSheraz yeah right I just update it. I think this is ready now for review. CC: @regisb |
@@ -0,0 +1 @@ | |||
[[Feature]] Upgrade Python version to 3.12 (by @ghassanmas) |
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.
Since it is CI level change only, its not really a feature. Plus, we dont need the changelogs for CI-only changes.
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.
@ghassanmas FYI, let's remove this changelog and get the PR merged. Thanks
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.
Done, sorru I though it was okay since the PR was approved.
Currenlty I ran out of
mypy
test issues but those occurs even on python 3.8( I just had to update pip)I turn tutor and tutor-forum and locally though it doesn't python service
Note: locally I got the above error, and this/last CI/CD runs python12