-
Notifications
You must be signed in to change notification settings - Fork 703
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
Core: purge py3.8 and py3.9 #3973
Conversation
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.
Exciting
Co-authored-by: Remy Jette <[email protected]>
Could you elaborate on what Stardew does / needs to do? |
There's at least
Also maybe these:
|
@Jouramie Just pinging you to keep you in the loop, you're generally much more aware than me of how these things work |
Yeah there are a couple of things to clean up in stardew, nothing big. |
# Conflicts: # Utils.py # worlds/AutoSNIClient.py
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.
Is there any reason for us to have the build on 3.10? With 3.8 we had stuff that worked on source but specifically broke frozen but I don't think it's relevant here. I think just moving this up to 3.12 makes more sense since that's what we actually ship and we'll probably want to use this action as part of the "nightly"s
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.
Code looks good to me, hopefully that's all of the 3.8/3.9 dependent code.
To be safe, I also pulled and did a quick test of generating, hosting, and running a couple clients and they seem to work fine.
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.
Let's actually go I am pogged out of my gourd
What is this fixing or adding?
Fixes py 3.8 and py 3.9 by yeeting them.
Fixes Windows 7 support, by no longer supporting it.
I touched HK because I wrote that code, I saw stardew has 3.8 stuff too, didn't touch that. There's a couple more 3.8 marked todos, I left some of them alone as they either go beyond deprecation (redesign/changes) or had a question mark. Once we know what to do with those, I suppose those changes could target this branch and we can accumulate it.
How was this tested?
A bit of generate and webhost, but it's probably too early to broadly test at this time.
I also don't currently know why this fails: