Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

update versioneer to 0.29 #74

Open
wants to merge 1 commit into
base: branch-0.8
Choose a base branch
from
Open

Conversation

minrk
Copy link

@minrk minrk commented Oct 4, 2024

just ran:

pipx install versioneer
versioneer install

with 0.29.

fixes error on SafeConfigParser, removed in Python 3.12, deprecated since 3.2, which prevents the pre-commit hook from working.

fixes error on SafeConfigParser, removed in Python 3.12, deprecated since 3.2
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @minrk!

@jacobtomlinson
Copy link
Member

Out of interest @minrk where are you using this repo and what for? I haven't touched it for a long time and I only use the sphinx plugin in Dask. We are discussing archiving this and moving the sphinx plugin into a standalone package. Would you be sad if we archived this repo?

@minrk
Copy link
Author

minrk commented Oct 4, 2024

I would not be sad, that's totally fine. I'm helping out updating https://github.com/kbatch-dev/helm-chart, which I think maybe inherited it from the dask chart.

The Sphinx plugin sounds great.

@minrk
Copy link
Author

minrk commented Oct 5, 2024

btw, specifying the Python minor version to 3.11 or lower in environment.yml would also have avoided the issue that brought me here. Probably a good idea for an inactive project (or even a fully frozen env).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants