Feat: Add python stub#53
Conversation
|
Hi @RF-Tar-Railt, would you mind rebasing this PR to master? Recent changes made it possible to run tests as part of the PR to prevent regressions, see https://github.com/amitdev/lru-dict/pull/54/files#r1359945835 |
|
Where did the stubs go? Why were they reverted. IMO those are important in modern Python development. |
Note that we (cross) compile for both arm64 and the universal2. This may feel redundant, it can still be interesting to have both. While universal2 is more convenient arm64 is lighter. Also drop Python 3.7 (end-of-life 2023-06-27). Add Python 3.12 and pypy-3.10 support. Bump CI actions versions as well.
It seems like we can't use env in stragegy.matrix, refs: - https://github.com/orgs/community/discussions/56787 - amitdev#54 (comment)
updated. |
|
@amitdev Please note that I did not modify the version |
|
It seems to have some conflicts @RF-Tar-Railt |
But I don't seem to have the authority to resolve conflicts |
|
Sorry, can you raise another PR? When I try to resolve conflict I get #56 which doesn't seem to include all changes? |
|
All we need is probably: This is assuming origin is |
use in my fork or ? |
|
Yes you can totally do it from your fork, say upstream is configured with I can walk you through on Discord I'm |
|
done. |
|
Ahah I'm not sure why the PR closed though 😅 |
#58 merged |

#49