-
Notifications
You must be signed in to change notification settings - Fork 7
Update project dependencies to support newer Python versions #12
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
base: master
Are you sure you want to change the base?
Conversation
…erable by testing utiities
This commit also sets the `allow_cli_args` to False in cmd2's constructor to prevent cmd2 from parsing CLI args.
This version bump includes a refactor to settable updates in Clanvas class to match the new APi in cmd2 0.10.0
|
All sounds good. Would you like to take over managing this repository? |
I dont mind. I'll be happy to. |
|
Hello @rowdyrotifer. Apologies for being away. I discovered a bug due to some changes from cmd2 2.5.6 to 2.5.7, so I've downgraded the library while investigating. |
|
Trying to transfer you ownership of the repo. It gives me an error that ianakotey/clanvas already exists, so can you perhaps rename that and then, hopefully, it will allow me to transfer the repository to you. |
Hello there, Mai. Apologies for being away. Some work issues and life kept me away. Regarding ownership transfer, perhaps it may be better to add me as a co-maintainer instead? I'd rather you maintained ownership rights as this incredible project is your idea. Regardless, I have renamed my fork, and whichever approach you choose is fine with me. I hope you're having a lovely day, and that life treats you well. Regard, |
|
I'm not interested in any "ownership" nor "rights" regarding the project. I also have not maintained it and don't plan to maintain it. |
|
@ianakotey It appears that https://github.com/ianakotey/clanvas still exists, therefore I cannot transfer. |
Ah, alright. I understand
Apologies, @rowdyrotifer , I have made the change now. |
|
It appears there is still another block regarding transfer. "ianakotey already has a repository in the rowdyrotifer/clanvas network" I took a look at https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository but didn't necessarily get enough clarity... I suppose this might mean you have to remove your fork from Github before it works, or otherwise disassociate it from this repository. |
|
Hey there, Mia. I have been able to detach my fork from the network. |
This pull request updates the project dependencies, with minor changes where breaking changes were introduced. An example of the project breaking is shown below, running on Fedora 42 (wsl) with Python 3.13.5.
The following changes were made to dependencies.
This pull request allows the project to function on modern Python versions, but does not fix any additional detected bugs.