Skip to content
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

Update versioneer #290

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Update versioneer #290

merged 3 commits into from
Jan 23, 2024

Conversation

ajjackson
Copy link
Collaborator

SafeConfigParser has long been deprecated, and causes errors when used by versioneer with Python 3.12

This in turn is breaking a conda-forge build for 3.12 conda-forge/euphonic-feedstock#31 (comment)

SafeConfigParser has long been deprecated, and causes errors when used
by versioneer with Python 3.12
Copy link
Contributor

github-actions bot commented Jan 19, 2024

Test Results

    22 files  +     1      22 suites  +1   41m 49s ⏱️ - 53m 59s
 1 049 tests ±     0   1 043 ✅ ±     0   6 💤 ± 0  0 ❌ ±0 
10 430 runs   - 11 473  10 367 ✅  - 11 410  63 💤  - 63  0 ❌ ±0 

Results for commit 329c572. ± Comparison against base commit de5f2e7.

♻️ This comment has been updated with latest results.

In recent versions of matplotlib this method can become a None
attribute. This leads to an error when called with ().

For now we work around this by assuming that we are always interested
in the axis data for 3D axes.
@ajjackson
Copy link
Collaborator Author

Python 3.11 tests started breaking due to an API change in matplotlib. It's easily worked around, so do that here.

@ajjackson ajjackson merged commit 1342d30 into master Jan 23, 2024
9 checks passed
@ajjackson ajjackson deleted the versioneer branch December 12, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant