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

Remove support for Python 3.8, introduce 3.11 #161

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

dragly
Copy link
Member

@dragly dragly commented Aug 14, 2023

The latest versions of NumPy dropped support for Python 3.8. Exdir follows the support matrix of NumPy to avoid being stuck on an old version of NumPy.

@dragly dragly force-pushed the dragly-2023-08-14-bump-python branch 2 times, most recently from 1e98bb6 to 8634237 Compare August 14, 2023 20:35
The latest versions of NumPy dropped support for Python 3.8. Exdir
follows the support matrix of NumPy to avoid being stuck on an old
version of NumPy.

Unfortunately, I was required to pin the version of ruamel.yaml to get
the build to work in CI. Otherwise it would fail with the following
error:

```
AttributeError: module 'ruamel.yaml' has no attribute 'YAML'
```

I will hopefully be unpin it in the future.
@dragly dragly force-pushed the dragly-2023-08-14-bump-python branch from 8634237 to 9756c06 Compare August 14, 2023 20:36
@dragly dragly merged commit 771da99 into dev Aug 14, 2023
@dragly dragly deleted the dragly-2023-08-14-bump-python branch August 14, 2023 20:36
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