-
Couldn't load subscription status.
- Fork 14
chore: change package to support python 3.11-3.13 in the initial release #35
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
Conversation
|
@sbillinge ready for review |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=======================================
Coverage 50.00% 50.00%
=======================================
Files 2 2
Lines 18 18
=======================================
Hits 9 9
Misses 9 9 🚀 New features to boost your workflow:
|
|
@zmx27 I think I may be getting to the bottom of the installation issue. Please can you try again with a clean environment? The install scripts need a bit of tlc, they seem to not be working fully automatically for some reason, but if I then fix the errors with manual installation commands I can get it to work now. Please can you try and report hte errors? An issue seems to be that setuptools version is looking for tags to get version number. I fixed the issues with srxplanar by pushing a 0.0.1 tag to upstream, but it may still fail for you if any of the other repos need similar tlc. This seems to b a bit brittle! |
|
I don't think it works still on my side... here are the commands I ran this time: Note that I've pulled the latest updates from |
|
Ok, good. Please can you now check the repos of each of the sub-packages and look for tags that is "pre-release" and let me know if you find it |
|
I've checked the repos of the sub packages, and I don't think I saw any tags that is specifically "pre-release." However, I did see that you pushed tags to certain repos with a "rc" tag, and I'm assuming that these are the pre-releases tags you are referring to. The repos that still has a "rc" tag are |
|
no, we are looking for a tag that is actually 'pre-release'. The rc tags are different. These are real attempts at running releases. |
|
I do not see any tags that are "pre-release" in that case |
did you try again in a clean env? I made some pushes over the weekend |
No description provided.